Skip to content

Commit 979fc50

Browse files
committed
remove unnecessary changes
1 parent 898d46e commit 979fc50

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

shesha-reactjs/src/designer-components/settingsInput/interfaces.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export interface ISettingsInputProps extends IComponentLabelProps, Omit<IConfigu
100100
wrapInTemplate?: boolean;
101101
templateSettings?: CodeTemplateSettings;
102102
resultTypeExpression?: string | GetResultTypeFunc;
103-
availableConstants?: IObjectMetadata ;
103+
availableConstants?: IObjectMetadata;
104104
items?: [];
105105
onAddNewItem?: IItemListConfiguratorModalProps<any>['initNewItem'];
106106
listItemSettingsMarkup?: IConfigurableFormComponent[];

shesha-reactjs/src/designer-components/subForm/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ const SubFormComponent: IToolboxComponent<ISubFormComponentProps> = {
3232
Factory: ({ model }) => {
3333
const { formMode } = useForm();
3434
const { data: formData } = useFormData();
35+
3536
const { namePrefix } = useFormItem();
3637

3738
if (model.hidden && formMode !== 'designer') return null;

0 commit comments

Comments
 (0)