Update src/toasts/ServerLimitToast.tsx
This commit is contained in:
parent
c78d1c49ab
commit
c11c8c2faf
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ export const showToast = (limitType: string, onHideToast: () => void, adminConta
|
||||||
acceptLabel: _t("Ok"),
|
acceptLabel: _t("Ok"),
|
||||||
onAccept: () => {
|
onAccept: () => {
|
||||||
hideToast()
|
hideToast()
|
||||||
if (onHideToast) { onHideToast() }
|
if (onHideToast) onHideToast();
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
component: GenericToast,
|
component: GenericToast,
|
||||||
|
|
Loading…
Reference in a new issue