Skip to content

Commit 9377739

Browse files
committed
1652 client - SF
1 parent a20481b commit 9377739

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

client/src/pages/platform/workflow-editor/components/properties/components/property-mentions-input/PropertyMentionsInput.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ import {useShallow} from 'zustand/react/shallow';
3232

3333
const PropertyMentionsInputEditorSheet = lazy(
3434
() =>
35-
import(
36-
'@/pages/platform/workflow-editor/components/properties/components/property-mentions-input/PropertyMentionsInputEditorSheet'
37-
)
35+
import('@/pages/platform/workflow-editor/components/properties/components/property-mentions-input/PropertyMentionsInputEditorSheet')
3836
);
3937

4038
interface PropertyMentionsInputProps {

0 commit comments

Comments
 (0)