fix(notification): Fixes type errors in the notification component.
- Adds a type assertion to the `variant` property to resolve type mismatch issues. `chore`: Ignores files generated by Tauri. - Adds the `/src-tauri/gen/` directory to the `.gitignore` file
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -59,3 +59,4 @@ coverage/
|
||||
*.lcov
|
||||
.junit/
|
||||
/cores/
|
||||
/src-tauri/gen/
|
||||
|
||||
Reference in New Issue
Block a user