Skip to content

Commit

Permalink
Merge branch 'main' into error-handler-tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenfiszel authored Oct 9, 2023
2 parents e8e48e8 + 50dfb62 commit da3436e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/lib/components/WorkspaceGroup.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
}}
>
<div class="flex flex-col w-full space-y-4">
<span>Are you sure you want to remove this worker nconfig?</span>
<span>Are you sure you want to remove this worker group {name}?</span>
</div>
</ConfirmationModal>

Expand Down Expand Up @@ -329,7 +329,7 @@
color="light"
size="xs"
on:click={() => {
if (!enterpriseLicense) {
if (!$enterpriseLicense) {
sendUserToast('Worker Management UI is an EE feature', true)
} else {
openDelete = true
Expand Down

0 comments on commit da3436e

Please sign in to comment.