Skip to content
Snippets Groups Projects
Commit fc68d6fe authored by magicfelix's avatar magicfelix
Browse files

Remove not working theme cache

parent c62fbda4
No related branches found
No related tags found
1 merge request!1781Resolve "Frontend does not respect configured theme"
......@@ -40,10 +40,6 @@ const vuetifyOpts = {
theme: {
options: {
customProperties: true,
themeCache: {
get: (key) => localStorage.getItem(key),
set: (key, value) => localStorage.setItem(key, value),
},
},
},
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment