mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +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}
|
||||
setDraggedSubContainer={setDraggedSubContainer}
|
||||
draggedSubContainer={draggedSubContainer}
|
||||
mode={mode}
|
||||
mode={isVersionReleased ? 'view' : mode}
|
||||
/>
|
||||
{Object.keys(boxes).length === 0 && !appLoading && !isDragging && (
|
||||
<div style={{ paddingTop: '10%' }}>
|
||||
|
|
|
|||
Loading…
Reference in a new issue