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 16, 2024
1 parent ace8cdc commit 5853607
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/renderer/form-list-table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,7 @@
</b-dropdown-item>
<b-dropdown-item
variant="success"
@click="
handleDropdownSelection('requests_dropdown', 'In Progress')
"
@click="handleDropdownSelection('requests_dropdown', 'In Progress')"
>
<i class="fas fa-circle mr-2" />{{ $t("In Progress") }}
</b-dropdown-item>
Expand Down

0 comments on commit 5853607

Please sign in to comment.