From 1671bf413deee4518e862797b04828c622f267fc Mon Sep 17 00:00:00 2001 From: Thomas Fransolet Date: Tue, 27 Jul 2021 17:48:50 +0200 Subject: [PATCH] Fix size add image slider --- .../Section/SubSection/Slider/new_update_image_slider.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Screens/Configurations/Section/SubSection/Slider/new_update_image_slider.dart b/lib/Screens/Configurations/Section/SubSection/Slider/new_update_image_slider.dart index c11df3a..c714c9f 100644 --- a/lib/Screens/Configurations/Section/SubSection/Slider/new_update_image_slider.dart +++ b/lib/Screens/Configurations/Section/SubSection/Slider/new_update_image_slider.dart @@ -53,6 +53,7 @@ Future showNewOrUpdateImageSlider(ImageDTO inputImageDTO, AppContext a imageDTO.source_ = result.type == ResourceType.imageUrl ? result.data : appContext.getContext().clientAPI.resourceApi.apiClient.basePath+"/api/Resource/"+ result.id; imageDTO.resourceId = result.id; }, + isSmall: true ), ), Container(