feat: add dropdown field with dynamic data in flow
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
5e1fc510ff
commit
932145e3a1
2
packages/types/index.d.ts
vendored
2
packages/types/index.d.ts
vendored
@@ -96,7 +96,7 @@ export interface IFieldDropdown {
|
||||
export interface IFieldText {
|
||||
key: string;
|
||||
label: string;
|
||||
type: string;
|
||||
type: 'string';
|
||||
required: boolean;
|
||||
readOnly: boolean;
|
||||
value: string;
|
||||
|
Reference in New Issue
Block a user