feat: remove reset selected variable
gitea/salix-front/pipeline/pr-master This commit is unstable Details

This commit is contained in:
Javier Segarra 2025-05-08 12:25:59 +02:00
parent 9a33945662
commit 1007a884b9
1 changed files with 0 additions and 1 deletions

View File

@ -312,7 +312,6 @@ function stopEventPropagation(event) {
}
function reload(params) {
selected.value = [];
CrudModelRef.value.reload(params);
}