added interaction to OforsStore for it to set selection of InfoPanelStore on oform click

This commit is contained in:
mushka 2022-09-16 15:14:17 +03:00
parent b0873da7eb
commit 258222b910

View File

@ -43,6 +43,7 @@ class OformsStore {
setGallerySelected = (gallerySelected) => {
this.gallerySelected = gallerySelected;
this.authStore.infoPanelStore.setSelection(gallerySelected);
};
setOformsIsLoading = (oformsIsLoading) => {