mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
fixes: leftsidebar border issues
This commit is contained in:
parent
099337c90b
commit
dbb330c16b
2 changed files with 0 additions and 4 deletions
|
|
@ -733,8 +733,6 @@ const EditorComponent = (props) => {
|
|||
appDefinition: updatedAppDefinition,
|
||||
});
|
||||
computeComponentState(updatedAppDefinition.pages[currentPageId]?.components);
|
||||
} else {
|
||||
toast.error('No changes in diff [appDefinitionChanged]');
|
||||
}
|
||||
|
||||
// if (!opts.skipAutoSave) autoSave();
|
||||
|
|
|
|||
|
|
@ -88,8 +88,6 @@ export const LeftSidebar = forwardRef((props, ref) => {
|
|||
useEffect(() => {
|
||||
if (!selectedSidebarItem) {
|
||||
setEditorMarginLeft(0);
|
||||
} else {
|
||||
setEditorMarginLeft(350);
|
||||
}
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, [selectedSidebarItem]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue