This commit is contained in:
2025-07-04 00:54:19 +09:00
parent 405690a631
commit e2f9979748
3 changed files with 14 additions and 15 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ export default () => {
className="w-full border rounded p-2"
value={title}
placeholder={titleLoading ? 'Loading...' : ''}
onChange={e => setTitle (e.target.value)}
onChange={ev => setTitle (ev.target.value)}
disabled={titleAutoFlg} />
</div>