Skip to content

Commit

Permalink
Merge pull request #282 from liam-hq/change-default-show-mode
Browse files Browse the repository at this point in the history
✨: Changed the default show mode to 'Table name only'
  • Loading branch information
hoshinotsuyoshi authored Dec 17, 2024
2 parents 18cd085 + a9b9579 commit bbd2c2c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions frontend/.changeset/sharp-queens-repair.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@liam-hq/erd-core": patch
"@liam-hq/cli": patch
---

✨Changed the default show mode to 'Table name only'
2 changes: 1 addition & 1 deletion frontend/packages/erd-core/src/stores/userEditing/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const userEditingStore = proxy<UserEditingStore>({
active: {
tableName: undefined,
},
showMode: 'ALL_FIELDS',
showMode: 'TABLE_NAME',
})

subscribe(userEditingStore.active, () => {
Expand Down

0 comments on commit bbd2c2c

Please sign in to comment.