Skip to content

Commit

Permalink
Revert "fix: allow apps to resize (#922)"
Browse files Browse the repository at this point in the history
This reverts commit c24b633.
  • Loading branch information
spaenleh committed Dec 20, 2023
1 parent ffd6034 commit 3a7faed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/item/ItemContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ const AppContent = ({
permission?: PermissionLevel;
}): JSX.Element => (
<AppItem
isResizable={item.settings.isResizable}
isResizable
item={item}
height={ITEM_DEFAULT_HEIGHT}
requestApiAccessToken={(payload: {
Expand Down

0 comments on commit 3a7faed

Please sign in to comment.