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

This commit is contained in:
Jorge Penadés 2025-01-29 18:32:35 +01:00
parent eabb71834f
commit 2d85ce32f9
1 changed files with 0 additions and 4 deletions

View File

@ -274,10 +274,6 @@ function trimData(data) {
return data;
}
function getValue(data) {
return Array.isArray(data) ? data[0] : (data ?? {});
}
defineExpose({
save,
isLoading,