Skip to content

Commit

Permalink
commented out handlesavelayout()
Browse files Browse the repository at this point in the history
  • Loading branch information
zorenal committed Feb 7, 2024
1 parent 2af304f commit f0f859c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/views/DbView/TablesTabBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ function TablesTabs({
function handleClickSave(): void {
// This function sends a message to the back end with
// the data in backendObj.current
handleSaveLayout();
// handleSaveLayout();

ipcRenderer
.invoke('ertable-schemaupdate', backendObj.current, selectedDb, curDBType)
Expand Down

0 comments on commit f0f859c

Please sign in to comment.