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 <button
type="button" type="button"
aria-label={t('common.operation.clear')} aria-label={t('common.operation.clear')}
className="h-4 w-4 group" className="group h-4 w-4"
onClick={(e) => { onClick={(e) => {
e.stopPropagation() e.stopPropagation()
onChange([]) onChange([])