Update NewConfig.tsx

pull/393/head
Q191 1 year ago committed by GitHub
parent 13eeb3abd6
commit 186ad16f49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -30,7 +30,7 @@ class NewConfig extends React.Component<StateProps & DispatchProps> {
<h2>Create new configuration</h2> <h2>Create new configuration</h2>
<FieldString <FieldString
label="Name" label="Name"
description="Name of the config. Without characters: \\ \"" description="Name of the config. Without characters: \\ \\""
value={name} value={name}
validator={invalidConfigName} validator={invalidConfigName}
onChange={setName} onChange={setName}

Loading…
Cancel
Save