@capillarytech/creatives-library 8.0.170-beta.2 → 8.0.170-beta.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@capillarytech/creatives-library",
3
3
  "author": "meharaj",
4
- "version": "8.0.170-beta.2",
4
+ "version": "8.0.170-beta.4",
5
5
  "description": "Capillary creatives ui",
6
6
  "main": "./index.js",
7
7
  "module": "./index.es.js",
@@ -188,7 +188,13 @@ const useEmailWrapper = ({
188
188
  CapNotification.error(message);
189
189
  }
190
190
  }
191
- }, [isUploading, formatMessage, stopTimerGA, handleZipUploadError, showNextStep]);
191
+ }, [
192
+ isUploading,
193
+ formatMessage,
194
+ // templatesActions,
195
+ stopTimerGA,
196
+ handleZipUploadError,
197
+ showNextStep]);
192
198
 
193
199
  const handleEdmDefaultTemplateSelection = useCallback((id) => {
194
200
  const data = find(CmsTemplates, { _id: id });
@@ -252,7 +258,7 @@ const useEmailWrapper = ({
252
258
  modeContent.id,
253
259
  SelectedEdmDefaultTemplate,
254
260
  // templatesActions,
255
- handleEdmDefaultTemplateSelection
261
+ handleEdmDefaultTemplateSelection,
256
262
  ]);
257
263
 
258
264
  // Derived state