mirror of
https://github.com/foss42/apidash.git
synced 2025-06-03 16:27:06 +08:00
Update his_sidebar_header.dart
This commit is contained in:
@ -42,13 +42,11 @@ class HistorySidebarHeader extends ConsumerWidget {
|
||||
.clearAllHistory();
|
||||
sm.showSnackBar(getSnackBar(
|
||||
kMsgClearHistorySuccess,
|
||||
small: false,
|
||||
));
|
||||
} catch (e) {
|
||||
debugPrint("Clear History Stack: $e");
|
||||
sm.showSnackBar(getSnackBar(
|
||||
kMsgClearHistoryError,
|
||||
small: false,
|
||||
color: kColorRed,
|
||||
));
|
||||
}
|
||||
|
Reference in New Issue
Block a user