diff --git a/ui/src/components/PluginConfigureDialog.tsx b/ui/src/components/PluginConfigureDialog.tsx index 04d139f..c5808f1 100644 --- a/ui/src/components/PluginConfigureDialog.tsx +++ b/ui/src/components/PluginConfigureDialog.tsx @@ -151,4 +151,4 @@ function Dialog({ plugin, setOpen }: { plugin: PluginStatus | null, setOpen: (op ) -} \ No newline at end of file +} diff --git a/ui/src/components/PluginList.tsx b/ui/src/components/PluginList.tsx index d5d5483..f2f0bdd 100644 --- a/ui/src/components/PluginList.tsx +++ b/ui/src/components/PluginList.tsx @@ -124,4 +124,4 @@ export default function PluginList() { ); -} \ No newline at end of file +} diff --git a/ui/src/components/UploadPluginDialog.tsx b/ui/src/components/UploadPluginDialog.tsx index 6ba8d99..b1c967e 100644 --- a/ui/src/components/UploadPluginDialog.tsx +++ b/ui/src/components/UploadPluginDialog.tsx @@ -669,4 +669,4 @@ function ErrorView({ ); -} \ No newline at end of file +}