mirror of
https://github.com/mokuappio/serverless-invoices.git
synced 2025-10-28 16:31:07 -04:00
Fix persisting client changes. Fix persisting team changes. Fix validating vat of 0.
This commit is contained in:
@ -40,7 +40,6 @@ export default {
|
||||
} else if (window.matchMedia('(prefers-color-scheme: dark)').matches) {
|
||||
// OS theme setting detected as dark
|
||||
this.$store.commit('themes/theme', 'dark');
|
||||
console.log('hello there');
|
||||
return document.documentElement.setAttribute('data-theme', 'dark');
|
||||
}
|
||||
document.documentElement.setAttribute('data-theme', this.theme || 'light');
|
||||
|
||||
Reference in New Issue
Block a user