Fix privacy request approve disabled state
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
<c-button-submit
|
||||
v-if="submitShow"
|
||||
:data-test-id="buttonLabelCypressId(submitLabel)"
|
||||
:disabled="submitDisabled || processing"
|
||||
:disabled="submitDisabled"
|
||||
:processing="processing"
|
||||
:text="submitLabel"
|
||||
size="lg"
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
|
||||
<c-input-confirm
|
||||
v-else
|
||||
:disabled="!request || !isPending"
|
||||
:processing="processingApprove"
|
||||
:text="$t('approve')"
|
||||
variant="primary"
|
||||
|
||||
Reference in New Issue
Block a user