Skip to content

Commit

Permalink
fix: add some missing titles of buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Ladislav Vondráček committed Aug 14, 2023
1 parent 5b9b539 commit 52e42fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/components/WorkspaceTabNewTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
<button
class="btn btn-dark btn-sm"
:disabled="isSaving || !localFields.length"
:title="t('database.manageForeignKeys')"
@click="showForeignModal"
>
<i class="mdi mdi-24px mdi-key-link mr-1" />
Expand Down
1 change: 1 addition & 0 deletions src/renderer/components/WorkspaceTabPropsTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
<button
class="btn btn-dark btn-sm mr-0"
:disabled="isSaving"
:title="t('database.manageIndexes')"
@click="showForeignModal"
>
<i class="mdi mdi-24px mdi-key-link mr-1" />
Expand Down

0 comments on commit 52e42fa

Please sign in to comment.