Update dependencies
This commit is contained in:
@@ -14,7 +14,7 @@ export default function KeywordArea({
|
||||
<TextArea
|
||||
placeholder="Keyword"
|
||||
value={value}
|
||||
onChange={(e) => onChange(e.target.value)}
|
||||
onChange={onChange}
|
||||
inputClassName="h-40 w-160 [resize:none]"
|
||||
labelClassName="bg-(--bg-color) text-(--text-color) peer-focus:bg-(--bg-color) peer-focus:text-(--text-color)"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user