fix(frontend): move version-info out of backendData json so that it can't be stale

This commit is contained in:
MiniDigger | Martin 2022-12-23 16:01:59 +01:00
parent 621e7a2976
commit 1a1cc1a614

View File

@ -3,7 +3,7 @@ import { computed } from "vue";
const props = withDefaults(
defineProps<{
type: "success" | "info" | "warning" | "danger";
type?: "success" | "info" | "warning" | "danger";
}>(),
{
type: "info",