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"), title: const Text("Flows"),
bottom: TabBar( bottom: TabBar(
tabs: const [ tabs: const [
Text("All"), Tab(text: "All"),
Text("Produces"), Tab(text: "Produces"),
Text("Depends"), Tab(text: "Depends"),
Text("Active") Tab(text: "Active")
], ],
onTap: (value) { onTap: (value) {
setState(() { setState(() {