fix dialog close
This commit is contained in:
@@ -122,7 +122,7 @@ export function NeueChar() {
|
|||||||
<View style={[a.pt_2xl]}>
|
<View style={[a.pt_2xl]}>
|
||||||
<Button
|
<Button
|
||||||
label={_(msg`Got it!`)}
|
label={_(msg`Got it!`)}
|
||||||
onPress={onClose}
|
onPress={() => control.close()}
|
||||||
size="large"
|
size="large"
|
||||||
variant="solid"
|
variant="solid"
|
||||||
color="primary">
|
color="primary">
|
||||||
|
|||||||
Reference in New Issue
Block a user