Skip to content

Commit

Permalink
fix: allow apps to resize (#922)
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh authored Dec 19, 2023
1 parent 411c13d commit c24b633
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
isResizable={item.settings.isResizable}
item={item}
height={ITEM_DEFAULT_HEIGHT}
requestApiAccessToken={(payload: {
Expand Down

0 comments on commit c24b633

Please sign in to comment.