Skip to content

Commit

Permalink
Fixed: unwanted this reference (#2dmggua)
Browse files Browse the repository at this point in the history
  • Loading branch information
adityasharma7 authored Feb 20, 2023
1 parent 7d7eeff commit 3c8bb64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/JobReorderModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</ion-reorder-group>

<ion-fab vertical="bottom" horizontal="end" slot="fixed">
<ion-fab-button @click="save()" :disabled="this.failedJobs.length">
<ion-fab-button @click="save()" :disabled="failedJobs.length">
<ion-icon :icon="saveOutline" />
</ion-fab-button>
</ion-fab>
Expand Down

0 comments on commit 3c8bb64

Please sign in to comment.