Skip to content

Commit

Permalink
Merge pull request #120 from open-source-labs/revert-117-kevin
Browse files Browse the repository at this point in the history
Revert "small bug fix in tablestabbar.tsx handleclicksave function"
  • Loading branch information
choukevin612 committed Feb 8, 2024
2 parents 6452c5c + 8060b07 commit 277c728
Show file tree
Hide file tree
Showing 3 changed files with 163 additions and 252 deletions.
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
Loading

0 comments on commit 277c728

Please sign in to comment.