aboutsummaryrefslogtreecommitdiff
path: root/src/components/style_switcher/style_switcher.vue
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2018-11-20 23:25:38 +0300
committerHenry Jameson <me@hjkos.com>2018-11-20 23:25:38 +0300
commitd7af2c8419df59d8b897bc57e94f6cc67bd60eca (patch)
tree5f3faba14976c996086afa8a58f56d6beb1259df /src/components/style_switcher/style_switcher.vue
parent2609c0d0d279031cba579d60bf94cca81544ec4f (diff)
mentioned bug in tab-switcher, made shadow-control work in zero-state
Diffstat (limited to 'src/components/style_switcher/style_switcher.vue')
-rw-r--r--src/components/style_switcher/style_switcher.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/style_switcher/style_switcher.vue b/src/components/style_switcher/style_switcher.vue
index 5f0c2566..5cf75636 100644
--- a/src/components/style_switcher/style_switcher.vue
+++ b/src/components/style_switcher/style_switcher.vue
@@ -198,7 +198,7 @@
<label class="checkbox-label" for="override"></label>
</div>
</div>
- <shadow-control v-if="currentShadowFallback" :fallback="currentShadowFallback" v-model="currentShadow"/>
+ <shadow-control :fallback="currentShadowFallback" v-model="currentShadow"/>
</div>
</tab-switcher>
</keep-alive>