diff --git a/common/src/fileSystemConfig.ts b/common/src/fileSystemConfig.ts index 8b2435e..1d196e9 100644 --- a/common/src/fileSystemConfig.ts +++ b/common/src/fileSystemConfig.ts @@ -81,7 +81,7 @@ export function groupByGroup(configs: FileSystemConfig[]): [string, FileSystemCo } export interface FileSystemConfig extends ConnectConfig { - /** Name of the config. Can only exists of lowercase alphanumeric characters, slashes and any of these: _.+-@ */ + /** Name of the config. Can not exists of : \\" */ name: string; /** Optional label to display in some UI places (e.g. popups) */ label?: string;