mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix(frontend): apply feedback
This commit is contained in:
@@ -36,7 +36,7 @@ export const FieldInput = ({
|
||||
variant="text"
|
||||
color="error"
|
||||
size="medium"
|
||||
onClick={props.onRemove}
|
||||
onClick={() => props.onRemove?.()}
|
||||
disabled={isDisabled}
|
||||
>
|
||||
<DeleteOutlineIcon strokeWidth={1} fontSize="medium" />
|
||||
|
||||
Reference in New Issue
Block a user