mirror of https://github.com/langgenius/dify.git
Run pnpm lint:fix
This commit is contained in:
parent
0478e4cde5
commit
92d44c0caa
|
|
@ -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([])
|
||||
|
|
|
|||
Loading…
Reference in New Issue