mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-28 09:28:29 +00:00
web/safety-warning: reduce continue button timeout
This commit is contained in:
parent
1ab94eb11d
commit
0e52e1f8b0
@ -98,7 +98,7 @@ export const customInstanceWarning = async () => {
|
|||||||
text: get(t)("button.continue"),
|
text: get(t)("button.continue"),
|
||||||
color: "red",
|
color: "red",
|
||||||
main: true,
|
main: true,
|
||||||
timeout: 15000,
|
timeout: 5000,
|
||||||
action: () => {
|
action: () => {
|
||||||
_actions.resolve();
|
_actions.resolve();
|
||||||
updateSetting({
|
updateSetting({
|
||||||
|
Loading…
Reference in New Issue
Block a user