#8448 - devToTest #1254

Merged
alexm merged 365 commits from 8448-devToTest into test 2025-01-21 10:44:46 +00:00
1 changed files with 0 additions and 5 deletions
Showing only changes of commit 6e655b37a1 - Show all commits

View File

@ -67,10 +67,6 @@ const props = defineProps({
type: Function, type: Function,
default: undefined, default: undefined,
}, },
newTab: {
type: Boolean,
default: false,
},
}); });
const searchText = ref(); const searchText = ref();
@ -113,7 +109,6 @@ async function search() {
search: searchText.value, search: searchText.value,
}, },
...{ filter: props.filter }, ...{ filter: props.filter },
newTab: props.newTab,
}; };
if (props.whereFilter) { if (props.whereFilter) {