pull/6767/head
Damián Paranič 2024-11-26 21:08:02 +01:00
parent 8457472433
commit b171168247
1 changed files with 0 additions and 3 deletions

View File

@ -120,9 +120,6 @@ export default {
// @deprecated use $filled instead
filled() {
return this.$filled;
},
formValue() {
return this.$pcForm?.states?.[this.$formName]?.value;
}
}
};