Update NewConfig.tsx

pull/393/head
Q191 1 year ago committed by GitHub
parent 12bb7f8145
commit 8b6abfaa84
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>
<FieldString
label="Name"
description="Name of the config. Without characters: backslash, ditto"
description="Name of the config. Without characters: backslash, slash, ditto"
value={name}
validator={invalidConfigName}
onChange={setName}

Loading…
Cancel
Save