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 53ad105f57
commit a1fec1c93f
8 changed files with 54 additions and 25 deletions
@@ -25,7 +25,7 @@
<script lang="ts">
import { defineComponent } from "vue";
import comingSoon from "@/utilities/coming-soon";
import { comingSoon } from "@/utilities/errors";
import { WidgetRow, SeparatorType, IconButtonWidget } from "@/components/widgets/widgets";
import Separator from "@/components/widgets/separators/Separator.vue";