Skip to content

Commit 117a277

Browse files
FalkWolskyraheeliftikhar5
FalkWolsky
authored andcommitted
Small Update
1 parent 2ee0cf1 commit 117a277

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/packages/lowcoder/src/pages/setting/theme/ThemeCompPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Object.keys(uiCompCategoryNames).forEach((cat) => {
9494
initialState[stateCompName][key] = key === uiCompCategoryNames.dashboards
9595
})
9696

97-
export const themeCompPanel = () => {
97+
export const ThemeCompPanel = () => {
9898
const [searchValue, setSearchValue] = useState("");
9999
const [propertySectionState, setPropertySectionState] = useState<PropertySectionState>(initialState);
100100
const [searchedPropertySectionState, setSearchedPropertySectionState] = useState<PropertySectionState>({});

client/packages/lowcoder/src/pages/setting/theme/detail/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ import chartDsl from "./chartPreviewDsl";
4343
import { messageInstance } from "lowcoder-design/src/components/GlobalInstances";
4444
import { Card, Collapse, CollapseProps, Divider, Flex, List, Tooltip } from 'antd';
4545

46-
import { themeCompPanel as ThemeCompPanel } from "pages/setting/theme/ThemeCompPanel";
46+
import { ThemeCompPanel } from "pages/setting/theme/ThemeCompPanel";
4747

4848
const ThemeSettingsView = styled.div`
4949
font-size: 14px;

0 commit comments

Comments
 (0)