Fixed the typo in the layout id for the Debugger.

refs #6132
This commit is contained in:
Nikhil Mohite 2022-06-27 16:34:04 +05:30 committed by Akshay Joshi
parent 6da3a07bc0
commit 35fb3bb38f

View File

@ -1219,7 +1219,7 @@ export default function DebuggerComponent({ pgAdmin, selectedNodeInfo, panel, ev
<Layout
getLayoutInstance={(obj) => docker.current = obj}
defaultLayout={defaultLayout}
layoutId="SQLEditor/Layout"
layoutId="Debugger/Layout"
savedLayout={savedLayout}
/>
</Box>