diff options
Diffstat (limited to 'viewer/src/views/PanelLeft.vue')
-rw-r--r-- | viewer/src/views/PanelLeft.vue | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/viewer/src/views/PanelLeft.vue b/viewer/src/views/PanelLeft.vue index ea35664..2c00bbf 100644 --- a/viewer/src/views/PanelLeft.vue +++ b/viewer/src/views/PanelLeft.vue | |||
@@ -19,11 +19,11 @@ | |||
19 | 19 | ||
20 | <template> | 20 | <template> |
21 | <div class="flex-column"> | 21 | <div class="flex-column"> |
22 | <h1>{{$t('panelLeft.mode')}}</h1> | ||
23 | <ld-mode-radio /> | ||
24 | <h1>{{$t('panelLeft.filters')}}</h1> | ||
25 | <ld-tag-input /> | 22 | <ld-tag-input /> |
26 | <h1>{{$t('panelLeft.propositions')}}</h1> | 23 | <!-- TODO: Remove when #21 is resolved --> |
24 | <ld-mode-radio /> | ||
25 | <!-- === --> | ||
26 | <h1 class="title">{{$t('panelLeft.propositions')}}</h1> | ||
27 | <ld-proposition class="scrollbar no-scroll-x" /> | 27 | <ld-proposition class="scrollbar no-scroll-x" /> |
28 | </div> | 28 | </div> |
29 | </template> | 29 | </template> |