fix: assets local history

This commit is contained in:
2024-02-15 20:24:19 +07:00
parent b3a68b4436
commit 3c1f7e210a
7 changed files with 32 additions and 23 deletions

View File

@@ -111,10 +111,6 @@ class PhoneNumberView extends StatelessWidget {
)
],
),
NumericPad(
onNumberSelected: (p0) {
},
)
],
),
);