Skip to content

Commit

Permalink
Fix media logic
Browse files Browse the repository at this point in the history
  • Loading branch information
pleek91 committed Dec 23, 2021
1 parent 3d6a392 commit c914104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orion-ui/src/components/FilterBar/SaveSearchMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<template v-slot:actions>
<CardActions class="pa-2 menu-actions d-flex align-center justify-end">
<Button
v-if="!!media.md"
v-if="media.md"
flat
height="35px"
class="ml-auto mr-1"
Expand Down

0 comments on commit c914104

Please sign in to comment.