added popover for details and global inputs
parent
c4d49ba810
commit
199b69409d
|
@ -197,7 +197,6 @@ export default function GroupTasksViewModal({ isOpen }) {
|
|||
return (
|
||||
<div key={paramGroupTaskId}>
|
||||
<Popover
|
||||
key={"test1"}
|
||||
placement="bottomLeft"
|
||||
title={
|
||||
<h2
|
||||
|
@ -223,6 +222,7 @@ export default function GroupTasksViewModal({ isOpen }) {
|
|||
</span>{" "}
|
||||
{FormatDatetime(currentGroupTask.StartedAt)}
|
||||
</p>
|
||||
|
||||
{currentGroupTask.GlobalInputs !== "[]" ? (
|
||||
<>
|
||||
<h2
|
||||
|
|
Loading…
Reference in New Issue