feat: rating component
This commit is contained in:
8
frontend/src/utils/index.js
Normal file
8
frontend/src/utils/index.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import { toast } from 'frappe-ui'
|
||||
|
||||
export function createToast(options) {
|
||||
toast({
|
||||
position: 'bottom-right',
|
||||
...options,
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user