Skip to content

Commit

Permalink
Update PermissionManagementModal.razor
Browse files Browse the repository at this point in the history
  • Loading branch information
enisn committed Jan 24, 2024
1 parent 2761cdb commit 4384eb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
}
</ModalBody>
<ModalFooter>
<Button Color="Color.Secondary" Clicked="CloseModal">@L["Cancel"]</Button>
<Button Color="Color.Primary" Outline Clicked="CloseModal">@L["Cancel"]</Button>
<Button Color="Color.Primary" Clicked="SaveAsync">@L["Save"]</Button>
</ModalFooter>
</ModalContent>
Expand Down

0 comments on commit 4384eb6

Please sign in to comment.