Update NewConfig.tsx

pull/393/head
Q191 1 year ago committed by GitHub
parent cadeac9294
commit 8320a5e000
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. Accepted characters: [0-9a-z_.+-@]"
description="Name of the config. Without characters: \\\""
value={name}
validator={invalidConfigName}
onChange={setName}

Loading…
Cancel
Save