revert type complaint, which is opposite from previous suggestion, which 8-S

This commit is contained in:
2023-12-04 09:31:24 -07:00
parent feea1a1d3b
commit 7335412145

View File

@@ -625,7 +625,7 @@ export default class ProjectViewView extends Vue {
}
openOfferDialog() {
(this.$refs.customOfferDialog as typeof OfferDialog).open();
(this.$refs.customOfferDialog as OfferDialog).open();
}
}
</script>