This commit is contained in:
Ashish Deo
2023-10-30 12:52:51 +05:30
parent a1d280f5aa
commit 34549f7e90

View File

@@ -211,7 +211,7 @@ const useFirestoreUpdates = () => {
};
const subscribeToCollectionTemplate = () => {
const collectionPath = 'template/template_collections_v2';
const collectionPath = 'template/external_template';
return subscribeToDoc(handleCollectionTemplateUpdate, collectionPath);
};