🔑 Added CV API KEY to the respective env files for the containers

This commit is contained in:
2021-11-05 22:35:40 -07:00
parent 59f5f42107
commit 10b284c96c
4 changed files with 2 additions and 3 deletions

View File

@@ -61,7 +61,6 @@ export const DnD = (data) => {
})}
</Grid>
</SortableContext>
<DragOverlay adjustScale={true}>
{activeId ? (
<Cover url={activeId} index={items.indexOf(activeId)} />