From 24b072def958d7a83c3c1bf5b101d7d133cd82b5 Mon Sep 17 00:00:00 2001 From: yyh Date: Thu, 5 Mar 2026 14:08:20 +0800 Subject: [PATCH] fix: lint --- .../plugin-detail-panel/__tests__/operation-dropdown.spec.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/plugins/plugin-detail-panel/__tests__/operation-dropdown.spec.tsx b/web/app/components/plugins/plugin-detail-panel/__tests__/operation-dropdown.spec.tsx index cd7a60d5e0..b8d84763df 100644 --- a/web/app/components/plugins/plugin-detail-panel/__tests__/operation-dropdown.spec.tsx +++ b/web/app/components/plugins/plugin-detail-panel/__tests__/operation-dropdown.spec.tsx @@ -1,6 +1,6 @@ import type { ReactElement, ReactNode } from 'react' -import { cloneElement } from 'react' import { fireEvent, render, screen } from '@testing-library/react' +import { cloneElement } from 'react' import { beforeEach, describe, expect, it, vi } from 'vitest' import { PluginSource } from '../../types' import OperationDropdown from '../operation-dropdown'