mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
fix: fixed issue that caused grid to be editable post release
This commit is contained in:
parent
f2c182617f
commit
4dfe3bae4c
1 changed files with 1 additions and 1 deletions
|
|
@ -769,7 +769,7 @@ export const Container = ({
|
||||||
autoComputeLayout={appDefinition.pages[currentPageId]?.autoComputeLayout}
|
autoComputeLayout={appDefinition.pages[currentPageId]?.autoComputeLayout}
|
||||||
setDraggedSubContainer={setDraggedSubContainer}
|
setDraggedSubContainer={setDraggedSubContainer}
|
||||||
draggedSubContainer={draggedSubContainer}
|
draggedSubContainer={draggedSubContainer}
|
||||||
mode={mode}
|
mode={isVersionReleased ? 'view' : mode}
|
||||||
/>
|
/>
|
||||||
{Object.keys(boxes).length === 0 && !appLoading && !isDragging && (
|
{Object.keys(boxes).length === 0 && !appLoading && !isDragging && (
|
||||||
<div style={{ paddingTop: '10%' }}>
|
<div style={{ paddingTop: '10%' }}>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue