Skip to content

Commit a76727e

Browse files
committed
3090 - temporary type addition, to be removed when backend is done
1 parent 6166835 commit a76727e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

client/src/shared/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,7 @@ export type PropertyAllType = Omit<PropertyTypeAllType, 'controlType'> & {
368368
controlType?: ControlType;
369369
custom?: boolean;
370370
expressionEnabled?: boolean;
371+
optionsLoadedDynamically?: boolean;
371372
properties?: Array<PropertyAllType>;
372373
};
373374

0 commit comments

Comments
 (0)