Add DisplayError to show user errors from the backend

This commit is contained in:
Keavon Chambers
2021-08-08 16:52:09 -07:00
parent fbf2c012c3
commit 89ee35b831
8 changed files with 54 additions and 25 deletions

View File

@@ -53,7 +53,7 @@
<script lang="ts">
import { defineComponent } from "vue";
import comingSoon from "@/utilities/coming-soon";
import { comingSoon } from "@/utilities/errors";
import IconLabel from "@/components/widgets/labels/IconLabel.vue";
import { ApplicationPlatform } from "@/components/window/MainWindow.vue";