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