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 0abb4d3..a228710 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 @@ -61,9 +61,11 @@ Future showNewOrUpdateContentSlider(ContentDTO? inputContentDTO, App if(resource.id == null) { contentDTO.resourceId = null; contentDTO.resourceUrl = null; + contentDTO.resourceType = null; } else { contentDTO.resourceId = resource.id; contentDTO.resourceUrl = resource.url; + contentDTO.resourceType = resource.type; } }, isSmall: true