We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c913a51 commit b79dc53Copy full SHA for b79dc53
โsrc/components/product/edit/MainTitle/MainTitle.tsxโ
@@ -9,7 +9,7 @@ export default function MainTitle() {
9
const [title, setTitle] = useState('');
10
11
const handleChange = (e) => {
12
- setInputValue(e.target.value);
+ setTitle(e.target.value);
13
};
14
15
// ๋ณ๊ฒฝ ๋ฒํผ ๋๋ฅด๋ฉด ๋์๋ณด๋๊ฐ ์์ ๋๊ฒํด์ผ๋จ.
0 commit comments