Remove redundant ok button
This commit is contained in:
parent
ebd762cdb6
commit
a0d3bf9993
|
@ -94,7 +94,7 @@
|
|||
loadDependantInfo()
|
||||
</script>
|
||||
|
||||
<ModalContent showCancelButton={false} confirmText="Done">
|
||||
<ModalContent showCancelButton={false} showConfirmButton={false}>
|
||||
<span slot="header">
|
||||
Manage Access
|
||||
{#if requiresPlanToModify}
|
||||
|
|
Loading…
Reference in New Issue