Run pnpm lint:fix

This commit is contained in:
yyh 2025-12-17 17:01:21 +08:00
parent 0478e4cde5
commit 92d44c0caa
1 changed files with 15 additions and 15 deletions

View File

@ -42,7 +42,7 @@ const AppTypeSelector = ({ value, onChange }: AppSelectorProps) => {
<button
type="button"
aria-label={t('common.operation.clear')}
className="h-4 w-4 group"
className="group h-4 w-4"
onClick={(e) => {
e.stopPropagation()
onChange([])