Skip to content

Commit

Permalink
Remove temporary alert on Checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
bourgeoisor committed Feb 15, 2025
1 parent f49a0aa commit 69f8ef3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions frontend/src/views/Checklist.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
{{ $t("shared.customize") }}
</button>
</PageHeader>

<AlertMsg v-if="this.$store.getters.hasCharacter" type="normal" msg="I've been made aware of an uncommon issue where checklists aren't saved properly.<br>I'm looking into it. Thank you for your patience. If you don't have that issue, carry on!" />

<h2>{{ $t("checklist.thingsToDo") }}</h2>
<div class="row">
Expand Down Expand Up @@ -148,7 +146,6 @@
<script>
import PageHeader from "@/components/PageHeader.vue";
import ChecklistItem from "@/components/ChecklistItem.vue";
import AlertMsg from "@/components/AlertMsg.vue";
import { updateChecklist } from "@/utilities/backend.js";
import { swapChecklistItems } from "@/utilities/checklist.js";
Expand All @@ -169,7 +166,6 @@ export default {
components: {
PageHeader,
ChecklistItem,
AlertMsg,
},
mounted() {
this.$nextTick(function () {
Expand Down

0 comments on commit 69f8ef3

Please # to comment.