forked from jsnbuchanan/crowd-funder-for-time-pwa
revert type complaint, which is opposite from previous suggestion, which 8-S
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user