From 7c300f0858c7b0b6775cad334a0ff1fce1e376ae Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Thu, 3 Jun 2021 00:40:07 +0200 Subject: [PATCH] web/admin: fix flow export button not working Signed-off-by: Jens Langhammer --- web/src/pages/flows/FlowListPage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/pages/flows/FlowListPage.ts b/web/src/pages/flows/FlowListPage.ts index dae3f7472..c81d212c9 100644 --- a/web/src/pages/flows/FlowListPage.ts +++ b/web/src/pages/flows/FlowListPage.ts @@ -98,7 +98,7 @@ export class FlowListPage extends TablePage { }}> ${t`Execute`} - + ${t`Export`} `, ];