Skip to content

Commit

Permalink
refactor: no necessary props deleted [WTEL-3983]
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirBeria committed Oct 26, 2023
1 parent 6f4479d commit eaa9e15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
:clearable="false"
:label="t('objects.grantee', 1)"
:search-method="loadRoles"
:value="props.value"
:value="value"
class="grantee-select"
option-label="name"
@input="emit('input', $event)"
Expand Down

0 comments on commit eaa9e15

Please sign in to comment.