Skip to content

Commit

Permalink
allow hosts to adjust application
Browse files Browse the repository at this point in the history
  • Loading branch information
pandavenger committed Sep 23, 2023
1 parent 28a6dad commit 9b87478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/host/components/ApplicationQuestions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<modal-generic v-model="createQuestionGroupOpen">
<h3 class="title">Create Question Group</h3>
<form v-if="isAdmin" @submit.prevent="submitCreateQuestionGroup">
<form @submit.prevent="submitCreateQuestionGroup">
<div class="field">
<label class="label">Name</label>
<div class="control">
Expand Down

0 comments on commit 9b87478

Please sign in to comment.