From 42b58fa122c0b97ca33bbb68abaac3af46672040 Mon Sep 17 00:00:00 2001 From: Q191 <83848311+Q191@users.noreply.github.com> Date: Sat, 1 Jul 2023 20:48:15 +0800 Subject: [PATCH] Update fileSystemConfig.ts --- common/src/fileSystemConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;