Converts using full document state management
This commit is contained in:
@@ -45,7 +45,7 @@ export const NewSecretForm = ({
|
||||
|
||||
return (
|
||||
<BaseForm
|
||||
title="Create new treasure"
|
||||
title="Create new secret"
|
||||
isLoading={adding || !newSecret.trim()}
|
||||
onSubmit={handleSubmit}
|
||||
error={error}
|
||||
@@ -53,7 +53,7 @@ export const NewSecretForm = ({
|
||||
<SingleLineInput
|
||||
value={newSecret}
|
||||
onChange={setNewSecret}
|
||||
placeholder="Treasure description"
|
||||
placeholder="Secret description"
|
||||
/>
|
||||
}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user