fix(deal-ticket): dont trigger deal ticket submit when clicking margin (#6004)
This commit is contained in:
parent
49fdd0f68a
commit
0dd58b68cf
@ -27,7 +27,7 @@ export const KeyValue = ({
|
||||
</>
|
||||
);
|
||||
const valueElement = onClick ? (
|
||||
<button onClick={onClick} className="font-mono ml-auto">
|
||||
<button type="button" onClick={onClick} className="font-mono ml-auto">
|
||||
{displayValue}
|
||||
</button>
|
||||
) : (
|
||||
|
Loading…
Reference in New Issue
Block a user