From d1e2e5a8c518c5525e1641baf87c4ce146c85dbb Mon Sep 17 00:00:00 2001 From: Samuel Brinkmann Date: Tue, 6 Aug 2024 23:51:40 +0200 Subject: [PATCH] Frontend: only show default other votes/opions if I have voted in the detail page #13 --- .../src/components/ProposalStatusForm.vue | 2 +- frontend/src/views/orga/Proposal.vue | 42 ++++++++++++------- 2 files changed, 28 insertions(+), 16 deletions(-) diff --git a/frontend/src/components/ProposalStatusForm.vue b/frontend/src/components/ProposalStatusForm.vue index 36b4676..d1d10c1 100644 --- a/frontend/src/components/ProposalStatusForm.vue +++ b/frontend/src/components/ProposalStatusForm.vue @@ -73,6 +73,6 @@ const onSubmit = handleSubmit(async (values, actions) => { -