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
|
<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([])
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue