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