Update fileSystemConfig.ts

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

@ -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;

Loading…
Cancel
Save