fix default type
This commit is contained in:
@@ -2,7 +2,7 @@ export interface ConfigField {
|
||||
key: string
|
||||
label: string
|
||||
type: 'text' | 'password' | 'directory' | 'number' | 'boolean'
|
||||
default: 'text' | 'password' | 'directory' | 'number' | 'boolean'
|
||||
default: string
|
||||
required?: boolean
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user