Skip to content

Commit

Permalink
Merge pull request #2940 from csordasmarton/review_status_filter_show…
Browse files Browse the repository at this point in the history
…_selected_items

[gui] Show selected filter items at Review status filter
  • Loading branch information
csordasmarton authored Oct 30, 2020
2 parents cd94f9e + a79f910 commit 3843ec9
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@
</li>
</ul>
</tooltip-help-icon>

<selected-toolbar-title-items
v-if="selectedItems"
:value="selectedItems"
/>
</template>
</select-option>
</template>
Expand All @@ -46,14 +51,15 @@ import TooltipHelpIcon from "@/components/TooltipHelpIcon";
import { ReviewStatusIcon } from "@/components/Icons";
import { ReviewStatusMixin } from "@/mixins";
import SelectOption from "./SelectOption/SelectOption";
import { SelectOption, SelectedToolbarTitleItems } from "./SelectOption";
import BaseSelectOptionFilterMixin from "./BaseSelectOptionFilter.mixin";
export default {
name: "ReviewStatusFilter",
components: {
SelectOption,
ReviewStatusIcon,
SelectedToolbarTitleItems,
TooltipHelpIcon
},
mixins: [ BaseSelectOptionFilterMixin, ReviewStatusMixin ],
Expand Down

0 comments on commit 3843ec9

Please sign in to comment.