Skip to content

Commit

Permalink
Remove unnecessary plugin resize
Browse files Browse the repository at this point in the history
  • Loading branch information
Sakib25800 committed Sep 13, 2024
1 parent 1e8f031 commit 1a9cfd0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions plugins/airtable/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,6 @@ export function AuthenticatedApp({ pluginContext }: AppProps) {

assert(tableSchema, `Expected to find table schema for table with id: ${tableId}`)

framer.showUI({
width: 340,
height: 425,
})

return (
<MapTableFieldsPage
baseId={baseId}
Expand Down

0 comments on commit 1a9cfd0

Please sign in to comment.