Skip to content

Commit

Permalink
Updated formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nimya-aot committed Jun 14, 2024
1 parent 9c76ac0 commit 04cac50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/frontend/src/components/forms/manage/TeamManagement.vue
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ export default {
<v-checkbox-btn
v-if="!disableRole('submission_approver', item, form.userType)"
key="submission_approver"
v-model="item.submission_approver"
v-model="item.submission_approver"

Check failure on line 593 in app/frontend/src/components/forms/manage/TeamManagement.vue

View workflow job for this annotation

GitHub Actions / Unit Tests (Frontend) (18)

Delete `·······`
v-ripple
:disabled="updating"
data-test="ApproverRoleCheckbox"
Expand All @@ -601,7 +601,7 @@ export default {
<v-checkbox-btn
v-if="!disableRole('submission_reviewer', item, form.userType)"
key="submission_reviewer"
v-model="item.submission_reviewer"
v-model="item.submission_reviewer"

Check failure on line 604 in app/frontend/src/components/forms/manage/TeamManagement.vue

View workflow job for this annotation

GitHub Actions / Unit Tests (Frontend) (18)

Delete `···`
v-ripple
:disabled="updating"
data-test="ReviewerRoleCheckbox"
Expand Down

0 comments on commit 04cac50

Please sign in to comment.