mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 12:55:00 +00:00
refactor: input component (#2999)
This commit is contained in:
@@ -219,7 +219,7 @@ export const EditCollection = ({
|
||||
<Input
|
||||
data-testid="input-collection-title"
|
||||
placeholder="Untitled Collection"
|
||||
value={value.name}
|
||||
defaultValue={value.name}
|
||||
onChange={text =>
|
||||
onChange({
|
||||
...value,
|
||||
|
||||
Reference in New Issue
Block a user