Skip to content

Commit 898d46e

Browse files
committed
fixed properties panel layout
1 parent fb06afa commit 898d46e

File tree

3 files changed

+501
-434
lines changed

3 files changed

+501
-434
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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ const SubFormComponent: IToolboxComponent<ISubFormComponentProps> = {
3232
Factory: ({ model }) => {
3333
const { formMode } = useForm();
3434
const { data: formData } = useFormData();
35-
3635
const { namePrefix } = useFormItem();
3736

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

0 commit comments

Comments
 (0)