Skip to content

Commit

Permalink
fix lint issues
Browse files Browse the repository at this point in the history
Signed-off-by: Timotheus Pokorra <timotheus.pokorra@solidcharity.com>
  • Loading branch information
tpokorra committed Oct 23, 2023
1 parent 1721d8c commit 8c4b1c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/views/Submit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@
<input ref="deleteButton"
class="secondary"
type="button"
@click="onDeleteSubmission"
:value="t('forms', 'Delete')"
:disabled="loading"
:hidden="this.newSubmission"
:aria-label="t('forms', 'Delete form submission')">
:hidden="newSubmission"
:aria-label="t('forms', 'Delete form submission')"
@click="onDeleteSubmission">
<input ref="submitButton"
class="primary"
type="submit"
Expand Down

0 comments on commit 8c4b1c0

Please sign in to comment.