Skip to content

Commit

Permalink
fix: comment out help action for now
Browse files Browse the repository at this point in the history
  • Loading branch information
SyedAhkam committed Apr 19, 2024
1 parent 9419631 commit cccb032
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/routes/flows/flow_create.dart
Original file line number Diff line number Diff line change
Expand Up @@ -198,11 +198,11 @@ class FlowCreateRoute extends ConsumerWidget {

return Scaffold(
resizeToAvoidBottomInset: false,
appBar: AppbarWrapper(title: "CREATE FLOW", actions: [
IconButton(
icon: const Icon(Icons.help_outline),
tooltip: "Help",
onPressed: () {})
appBar: const AppbarWrapper(title: "CREATE FLOW", actions: [
// IconButton(
// icon: const Icon(Icons.help_outline),
// tooltip: "Help",
// onPressed: () {})
]),
body: Padding(
padding: const EdgeInsets.only(top: 32),
Expand Down

0 comments on commit cccb032

Please sign in to comment.