4.6.4-alpha (#582)
This commit is contained in:
@@ -4,7 +4,7 @@ export const useToast = (props?: UseToastOptions) => {
|
||||
const toast = uToast({
|
||||
position: 'top',
|
||||
duration: 2000,
|
||||
...props
|
||||
...(props && props)
|
||||
});
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user