Skip to content

Commit

Permalink
feature/FOUR-15039
Browse files Browse the repository at this point in the history
  • Loading branch information
luNunezProcessmaker committed Apr 17, 2024
1 parent fe07380 commit d785e7c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/components/renderer/form-list-table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<b-dropdown
id="typeRequestDropdown"
variant="outline-secondary"
right
no-caret
>
<template #button-content>
Expand All @@ -25,12 +26,16 @@
<b-dropdown-item
@click="handleDropdownSelection('requests_filter', 'by_me')"
>
{{ $t("As Requester") }}
<span class="item-text">
{{ $t("As Requester") }}
</span>
</b-dropdown-item>
<b-dropdown-item
@click="handleDropdownSelection('requests_filter', 'as_participant')"
>
{{ $t("As Participant") }}
<span class="item-text">
{{ $t("As Participant") }}
</span>
</b-dropdown-item>
</b-dropdown>
</template>
Expand Down

0 comments on commit d785e7c

Please sign in to comment.