Skip to content

Commit

Permalink
make it impossible to save without a name
Browse files Browse the repository at this point in the history
  • Loading branch information
NyaomiDEV committed Jan 13, 2025
1 parent aeb767c commit b81af96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modals/ReminderEdit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@


<IonFab slot="fixed" vertical="bottom" horizontal="end">
<IonFabButton @click="save">
<IonFabButton @click="save" v-if="reminder.name.length > 0">
<IonIcon :ios="saveIOS" :md="saveMD" />
</IonFabButton>
</IonFab>
Expand Down

0 comments on commit b81af96

Please sign in to comment.