Added toast on deleted entities
This commit is contained in:
@@ -2,7 +2,7 @@ import { computed, ref } from "vue"
|
||||
import type { Component, VNode } from "vue"
|
||||
import type { ToastProps } from "."
|
||||
|
||||
const TOAST_LIMIT = 1
|
||||
const TOAST_LIMIT = 3
|
||||
const TOAST_REMOVE_DELAY = 1000000
|
||||
|
||||
export type StringOrVNode =
|
||||
|
||||
Reference in New Issue
Block a user