Apply changes from review
This commit is contained in:
parent
84bcdf66f2
commit
c78d1c49ab
2 changed files with 3 additions and 3 deletions
|
@ -40,7 +40,7 @@ export const showToast = (limitType: string, onHideToast: () => void, adminConta
|
|||
acceptLabel: _t("Ok"),
|
||||
onAccept: () => {
|
||||
hideToast()
|
||||
onHideToast()
|
||||
if (onHideToast) { onHideToast() }
|
||||
},
|
||||
},
|
||||
component: GenericToast,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue