|
@@ -997,6 +997,7 @@ function Views() {
|
|
|
{/* Modals */}
|
|
{/* Modals */}
|
|
|
{(showCreateModal || editingView) && (
|
|
{(showCreateModal || editingView) && (
|
|
|
<ViewModal
|
|
<ViewModal
|
|
|
|
|
+ key={editingView?.id || 'new'}
|
|
|
view={editingView}
|
|
view={editingView}
|
|
|
collections={collections}
|
|
collections={collections}
|
|
|
workspaceId={currentWorkspace.id}
|
|
workspaceId={currentWorkspace.id}
|