Adapt components with new css & NextJs rules
This commit is contained in:
@@ -114,8 +114,8 @@ export default function Pataje({parole, setError, setSuccess}) {
|
||||
<SpeedDialAction
|
||||
key={action.name}
|
||||
icon={action.icon}
|
||||
tooltipPlacement='right'
|
||||
tooltipTitle={action.name}
|
||||
placement='right'
|
||||
title={action.name}
|
||||
onClick={() => handleClick(action.code)}
|
||||
/>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user