From 5fdc3b795bc955c1d1c93fe7c5a822d29b1b8f48 Mon Sep 17 00:00:00 2001 From: Lambert Patrick Date: Thu, 20 Jul 2023 14:45:05 +0200 Subject: [PATCH] fix: run_app() consistent with run_dev() --- app.R | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app.R b/app.R index a64f463..413448a 100644 --- a/app.R +++ b/app.R @@ -34,5 +34,7 @@ run_app( catchment_geom = datasets[["catchment_geom"]], dataALL = datasets[["dataALL"]], ices_geom = datasets[["ices_geom"]], + ices_division = datasets[["ices_division"]], + positive_catch_area = datasets[["positive_catch_area"]], help_bubble_entries = get_help_bubble_entries() ) \ No newline at end of file