Skip to content

Commit

Permalink
Fix the bug that install plugin button does not work (#8149)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaoweiprc authored Nov 5, 2024
1 parent f3b6e01 commit 67fa4a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/insomnia/src/ui/components/settings/plugins.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ export const Plugins: FC = () => {
<Button
className="m-1 px-[--padding-md] h-[--line-height-xs] py-1 flex items-center justify-center gap-2 aria-pressed:bg-[--hl-sm] text-[--color-font] hover:bg-[--hl-xs] focus:ring-inset ring-1 ring-transparent focus:ring-[--hl-md] transition-all border border-solid border-[--hl-lg] rounded-[--radius-md]"
isDisabled={isInstallingFromNpm}
type="submit"
>
{isInstallingFromNpm && <i className="fa fa-refresh fa-spin space-right" />}
Install Plugin
Expand Down

0 comments on commit 67fa4a1

Please sign in to comment.