fix reference error

This commit is contained in:
ammarahm-ed
2020-12-19 14:04:16 +05:00
parent 487863da31
commit f3d5ac4808

View File

@@ -330,7 +330,7 @@ export class DialogManager extends Component {
if (value) {
this.show = value;
}
this.actionSheet._setModalVisible();
this.actionSheet.current?._setModalVisible();
}}
/>
</ActionSheetWrapper>