Null check

This commit is contained in:
Chloe Herd 2025-07-08 15:28:08 -04:00
parent ab95e075b1
commit 5b36edbb0c

View file

@ -566,7 +566,7 @@ export default {
await this.$nextTick();
this.$refs.servicePackage.savePackageInfoToPageData();
this.$refs?.servicePackage?.savePackageInfoToPageData?.();
},
computed: {
lineItemsCloneForWatcher() {