Browse Source
Update src/pages/EditMonitor.vue
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
pull/173/head
Nelson Chan
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/pages/EditMonitor.vue
|
@ -148,7 +148,7 @@ const toast = useToast() |
|
|
export default { |
|
|
export default { |
|
|
components: { |
|
|
components: { |
|
|
NotificationDialog, |
|
|
NotificationDialog, |
|
|
VueMultiselect |
|
|
VueMultiselect, |
|
|
}, |
|
|
}, |
|
|
data() { |
|
|
data() { |
|
|
let acceptedStatusCodeOptions = [ |
|
|
let acceptedStatusCodeOptions = [ |
|
|