Skip to content

Commit

Permalink
disabled buttons for innkeeper
Browse files Browse the repository at this point in the history
Signed-off-by: Gurjeet Matharu <gmatharu12@gmail.com>
  • Loading branch information
gurjmatharu committed Oct 31, 2023
1 parent c56f2f5 commit 6fc1ab8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
:title="$t('tenants.settings.deleteTenant')"
icon="pi pi-trash"
class="p-button-rounded p-button-icon-only p-button-text"
:disabled="props.tenant.tenant_name === 'traction_innkeeper'"
@click="openModal"
/>
<Dialog
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
:title="$t('tenants.settings.editSettings')"
icon="pi pi-cog"
class="p-button-rounded p-button-icon-only p-button-text"
:disabled="props.tenant.tenant_name === 'traction_innkeeper'"
@click="openModal"
/>
<Dialog
Expand Down

0 comments on commit 6fc1ab8

Please sign in to comment.