Skip to content

Commit b18f92a

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

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)