Skip to content

Commit

Permalink
Fix grid
Browse files Browse the repository at this point in the history
  • Loading branch information
DIDIRUS4 committed Jun 22, 2024
1 parent 7509aef commit 5af5024
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions theseus_gui/src/components/GridDisplay.vue
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ const handleOptionsClick = async (args) => {
}
const search = ref('')
const group = ref(t('GridDisplay.Category'))
const filters = ref(t('GridDisplay.AllProf'))
const sortBy = ref(t('GridDisplay.Name'))
const group = ref('')
const filters = ref('')
const sortBy = ref('')
const filteredResults = computed(() => {
let instances = props.instances.filter((instance) => {
Expand Down

0 comments on commit 5af5024

Please sign in to comment.