mirror of
https://github.com/discourse/discourse.git
synced 2025-06-29 00:51:38 +08:00
DEV: Add option to float-kit toast to force auto-close (#24022)
This commit is contained in:

committed by
GitHub

parent
00aa81a271
commit
cfbe16f9cc
@ -70,6 +70,7 @@ import DDefaultToast from "float-kit/components/d-default-toast";
|
||||
export const TOAST = {
|
||||
options: {
|
||||
autoClose: true,
|
||||
forceAutoClose: false,
|
||||
duration: 3000,
|
||||
component: DDefaultToast,
|
||||
},
|
||||
|
Reference in New Issue
Block a user