mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-23 04:46:07 +00:00
feat: switch dynamic to shadcn
This commit is contained in:
@@ -35,9 +35,11 @@ export interface IDynamicFormItemLabel {
|
||||
|
||||
export enum DynamicFormItemType {
|
||||
INT = 'integer',
|
||||
STRING = 'string',
|
||||
FLOAT = 'float',
|
||||
BOOLEAN = 'boolean',
|
||||
STRING = 'string',
|
||||
STRING_ARRAY = 'array[string]',
|
||||
SELECT = 'select',
|
||||
UNKNOWN = 'unknown',
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user