Commit 76cad551 authored by ioedeveloper's avatar ioedeveloper

Fixed failing test

parent ab58e8c8
......@@ -106,12 +106,12 @@ export const RemixUiSettings = (props: RemixUiSettingsProps) => {
)
const saveToken = () => {
saveTokenToast(props, dispatchToast, tokenValue)
saveTokenToast(props.config, dispatchToast, tokenValue)
}
const removeToken = () => {
setTokenValue('')
removeTokenToast(props, dispatchToast)
removeTokenToast(props.config, dispatchToast)
}
const handleSaveTokenState = useCallback(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment