This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<template>
|
||||
<v-col v-if="alertMessage" cols="12" mt-1 mb-2>
|
||||
<template v-if="redAlert">
|
||||
<template v-if="popAlert">
|
||||
<v-alert
|
||||
ref="alertBox"
|
||||
data-cy="alertbox"
|
||||
v-show="alertMessage"
|
||||
color="error"
|
||||
color="accent"
|
||||
type="error"
|
||||
icon="$ayiExclamationTriangle"
|
||||
class="multi-line"
|
||||
@@ -32,7 +32,7 @@ export default {
|
||||
data: () => ({}),
|
||||
props: {
|
||||
alertMessage: { type: String, default: null },
|
||||
redAlert: { type: Boolean, default: false }
|
||||
popAlert: { type: Boolean, default: false }
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user