From 1a9cfd0cec2b22485667fe57b73b57b0c8848bab Mon Sep 17 00:00:00 2001 From: Sakibul Islam Date: Fri, 13 Sep 2024 14:58:05 +0100 Subject: [PATCH] Remove unnecessary plugin resize --- plugins/airtable/src/App.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/plugins/airtable/src/App.tsx b/plugins/airtable/src/App.tsx index b883c854..582d6cc9 100644 --- a/plugins/airtable/src/App.tsx +++ b/plugins/airtable/src/App.tsx @@ -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 (