mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-02-22 14:18:27 +00:00
fix console error w/ burnettk
This commit is contained in:
parent
c30b248572
commit
030b7c5659
@ -607,8 +607,8 @@ export default function ProcessInstanceShow({ variant }: OwnProps) {
|
||||
) {
|
||||
return (
|
||||
<ButtonWithConfirmation
|
||||
kind="ghost"
|
||||
renderIcon={StopOutline}
|
||||
kind="outlined"
|
||||
renderIcon={<StopOutline />}
|
||||
iconDescription="Terminate"
|
||||
hasIconOnly
|
||||
description={`Terminate Process Instance: ${processInstance.id}`}
|
||||
|
Loading…
x
Reference in New Issue
Block a user