fix: reset error message when onClick
gitea/salix-front/pipeline/head This commit looks good Details

This commit is contained in:
Javier Segarra 2025-04-30 10:52:23 +02:00
parent fc35312d31
commit bfb5c021bd
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ const menuRef = ref(null);
const errorMessage = ref(null);
const rows = ref(0);
const onClick = async () => {
errorMessage.value = null;
if (value.value) {
const { filter } = JSON.parse(route.query[props.searchUrl]);
filter.limit = 0;