mirror of
https://github.com/maciejpedzich/racemash.git
synced 2024-11-27 16:15:47 +01:00
Order snackbar's fields like in the interface
This commit is contained in:
parent
aa08249782
commit
cc752dd7ce
@ -7,9 +7,9 @@ interface Snackbar {
|
||||
}
|
||||
|
||||
const snackbar = reactive<Snackbar>({
|
||||
visible: false,
|
||||
status: '',
|
||||
message: '',
|
||||
visible: false
|
||||
message: ''
|
||||
});
|
||||
|
||||
export function useSnackbar() {
|
||||
|
Loading…
Reference in New Issue
Block a user