Skip to content

Commit a3a6c97

Browse files
committed
fix: /example failed alert
1 parent 554d240 commit a3a6c97

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

example/src/App.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,9 @@ const DATA: ItemType[] = [
155155
subTitle: `default`,
156156
onPress: () =>
157157
alert({
158-
title: 'Xong rồi!',
159-
message: 'Hoàn thành thử thách',
158+
preset: 'error',
159+
title: 'Thất bại!',
160+
message: 'Thử lại đi fen',
160161
}),
161162
},
162163
{

0 commit comments

Comments
 (0)