Skip to content

Commit f30fdf2

Browse files
committed
TS issue fixed
1 parent 2c80045 commit f30fdf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/packages/lowcoder/src/comps/controls/styleControlConstants.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ export const MultiSelectStyle = [
798798
...ACCENT_VALIDATE,
799799
] as const;
800800

801-
export const TabContainerStyle = [
801+
export const TabContainerStyle:any[] = [
802802
// Keep background related properties of container as STYLING_FIELDS_SEQUENCE has rest of the properties
803803
...replaceAndMergeMultipleStyles([...ContainerStyle.filter((style)=> ['border','radius','borderWidth','margin','padding'].includes(style.name) === false),...STYLING_FIELDS_SEQUENCE], 'text', [{
804804
name: "tabText",

0 commit comments

Comments
 (0)