Skip to content

Commit

Permalink
[MS] Hide close button when job is done
Browse files Browse the repository at this point in the history
  • Loading branch information
fabienSvstr committed Feb 13, 2025
1 parent bbd32f2 commit 921e7fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/views/users/BulkRoleAssignmentModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@
fill="clear"
size="default"
@click="cancel"
v-if="currentPage !== Steps.Summary"
>
{{ $msTranslate('MyProfilePage.cancelButton') }}
</ion-button>
Expand Down Expand Up @@ -178,7 +179,6 @@ enum Steps {
SelectUser,
Processing,
Summary,
End,
}

interface WorkspaceRoleUpdate {
Expand Down

0 comments on commit 921e7fd

Please sign in to comment.