Refactor to new ThemedInput component
This commit is contained in:
parent
f3c5667f0a
commit
0bfb70af8b
7 changed files with 90 additions and 36 deletions
|
@ -223,6 +223,7 @@ export default function SettingsScreen() {
|
|||
fields={[
|
||||
{
|
||||
name: 'name',
|
||||
title: t( "modal.name.name" ),
|
||||
placeholder: t( "modal.name.your-name" ),
|
||||
defaultValue: name,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue