Skip to content

Commit

Permalink
fix safeTable
Browse files Browse the repository at this point in the history
Signed-off-by: dartcafe <github@dartcafe.de>
  • Loading branch information
dartcafe committed Oct 7, 2024
1 parent 26f578d commit 57e128b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Actions/modules/ActionSwitchSafeTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<div class="action toggle-sidebar">
<NcButton :type="ButtonType.Primary"
:aria-label="caption"
@click="pollStore.switchSafeTable()">
@click="pollStore.revealParticipants = true">
{{ caption }}
</NcButton>
</div>
Expand Down

0 comments on commit 57e128b

Please sign in to comment.