This commit is contained in:
@@ -1,15 +1,6 @@
|
||||
<template>
|
||||
<div>
|
||||
<v-alert
|
||||
ref="errorbox"
|
||||
v-show="formState.errorBoxMessage"
|
||||
color="error"
|
||||
icon="fa-exclamation-circle "
|
||||
transition="scale-transition"
|
||||
class="multi-line"
|
||||
outlined
|
||||
>{{ formState.errorBoxMessage }}</v-alert
|
||||
>
|
||||
<gz-error :errorBoxMessage="formState.errorBoxMessage"></gz-error>
|
||||
<v-card>
|
||||
<v-card-title>
|
||||
<v-select
|
||||
|
||||
Reference in New Issue
Block a user