fix: refs #7957 rollback
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jorge Penadés 2024-12-16 10:22:01 +01:00
parent a6815f4e3d
commit 6e655b37a1
1 changed files with 0 additions and 5 deletions

View File

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