Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nthangeniphumudzo committed Nov 26, 2024
1 parent 3997409 commit 2ffd917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shesha-reactjs/src/interfaces/toolbarSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import { IPermissionAutocompleteComponentProps } from '@/designer-components/per
import { ISliderComponentProps } from '@/designer-components/slider/interfaces';
import { IDividerProps } from '@/designer-components/_legacyComponents/divider';
import { IPropertyRouterProps } from '@/designer-components/propertyRouter/interfaces';
import { nanoid } from 'nanoid';
import { nanoid } from '@/utils/uuid';

interface ToolbarSettingsProp extends Omit<IConfigurableFormComponent, 'hidden' | 'type'> {
hidden?: boolean | IPropertySetting;
Expand Down

0 comments on commit 2ffd917

Please sign in to comment.