Fixed the typo in the layout id for the Debugger.

refs #6132
pull/87/head
Nikhil Mohite 2022-06-27 16:34:04 +05:30 committed by Akshay Joshi
parent 6da3a07bc0
commit 35fb3bb38f
1 changed files with 1 additions and 1 deletions

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>