mirror of
https://github.com/unraid/api.git
synced 2025-12-31 13:39:52 -06:00
fix: remove console log
This commit is contained in:
@@ -53,8 +53,7 @@ watch(
|
||||
setBanner,
|
||||
setGradient,
|
||||
],
|
||||
(newVal) => {
|
||||
console.log(newVal);
|
||||
() => {
|
||||
const themeToSet: Theme = {
|
||||
banner: setBanner.value,
|
||||
bannerGradient: setGradient.value,
|
||||
|
||||
Reference in New Issue
Block a user