fix sorting inside inpatient

merge-requests/756/head
Elham Rababah 5 years ago
parent db4501bd14
commit 0bc3b84cf8

@ -26,7 +26,7 @@ class InPatientPage extends StatefulWidget {
class _InPatientPageState extends State<InPatientPage> {
TextEditingController _searchController = TextEditingController();
bool isSortDes = true;
bool isSortDes = false;
@override
void dispose() {

Loading…
Cancel
Save