This commit is contained in:
parent
eabb71834f
commit
2d85ce32f9
|
@ -274,10 +274,6 @@ function trimData(data) {
|
||||||
return data;
|
return data;
|
||||||
}
|
}
|
||||||
|
|
||||||
function getValue(data) {
|
|
||||||
return Array.isArray(data) ? data[0] : (data ?? {});
|
|
||||||
}
|
|
||||||
|
|
||||||
defineExpose({
|
defineExpose({
|
||||||
save,
|
save,
|
||||||
isLoading,
|
isLoading,
|
||||||
|
|
Loading…
Reference in New Issue