Skip to content

Commit 749a722

Browse files
author
FalkWolsky
committed
Small fix to remove unreachable code
1 parent 3f78a0a commit 749a722

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

client/packages/lowcoder/src/components/ThemeSettingsCompStyles.tsx

+1-5
Original file line numberDiff line numberDiff line change
@@ -307,11 +307,7 @@ export default function ThemeSettingsCompStyles(props: CompStyleProps) {
307307
break;
308308
}
309309
case 'direction': {
310-
placeholder = '0 0 1 1';
311-
break;
312-
}
313-
case 'direction': {
314-
placeholder = '24px 12px';
310+
placeholder = '0 0 1px 1px';
315311
break;
316312
}
317313
case 'chartOpacity': {

0 commit comments

Comments
 (0)