This commit is contained in:
JMARyA 2024-09-23 12:53:40 +02:00
parent f4d81bc5ff
commit 0defbd90df
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -135,10 +135,10 @@ class _FlowsPageState extends State<FlowsPage> {
title: const Text("Flows"),
bottom: TabBar(
tabs: const [
Text("All"),
Text("Produces"),
Text("Depends"),
Text("Active")
Tab(text: "All"),
Tab(text: "Produces"),
Tab(text: "Depends"),
Tab(text: "Active")
],
onTap: (value) {
setState(() {