diff options
| author | Henry Jameson <me@hjkos.com> | 2018-11-22 03:55:45 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-11-22 03:55:45 +0300 |
| commit | 379144f4abe7075d4a86b44d09d712fde5ebaae6 (patch) | |
| tree | ce188e16740e7fb1724e5ec0db3866c1dec00f5e /src/components/style_switcher/style_switcher.vue | |
| parent | cd6c5b3e33fc71d68892f5d6985a3d27125468bc (diff) | |
fix for zero-state for shadow-control
Diffstat (limited to 'src/components/style_switcher/style_switcher.vue')
| -rw-r--r-- | src/components/style_switcher/style_switcher.vue | 2 |
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 4ed62242..658bb288 100644 --- a/src/components/style_switcher/style_switcher.vue +++ b/src/components/style_switcher/style_switcher.vue @@ -170,7 +170,7 @@ <label class="checkbox-label" for="override"></label> </div> </div> - <shadow-control :fallback="currentShadowFallback" v-model="currentShadow"/> + <shadow-control :ready="!!currentShadowFallback" :fallback="currentShadowFallback" v-model="currentShadow"/> </div> </tab-switcher> </keep-alive> |
