fix: display count not getting decremented

This commit is contained in:
Dhruwang
2023-10-04 16:23:14 +05:30
parent 3222649ae0
commit c440d6b486

View File

@@ -60,6 +60,7 @@ export const renderWidget = (survey: TSurvey) => {
},
config.get().apiHost
);
displayId = id;
surveyState.updateDisplayId(id);
responseQueue.updateSurveyState(surveyState);
},