timeline default value added
This commit was merged in pull request #776.
This commit is contained in:
@@ -252,7 +252,7 @@ function NewJobListPopout({
|
||||
];
|
||||
|
||||
return (
|
||||
<div className="px-4 pb-3 w-full md:border-r-2 flex flex-col justify-between">
|
||||
<div className="px-4 pb-3 w-full h-full md:border-r-2 flex flex-col justify-between">
|
||||
{/* <p className='text-lg font-semibold text-slate-900 tracking-wide'>{details.title}</p> */}
|
||||
|
||||
{/* INPUT SECTION */}
|
||||
@@ -320,7 +320,7 @@ function NewJobListPopout({
|
||||
<>
|
||||
{/* ACTION SECTION */}
|
||||
{+taskWalletSelector.amount > +details.price ? (
|
||||
<div className="px-4 pb-3 w-full flex flex-col justify-between">
|
||||
<div className="px-4 pb-3 w-full flex flex-col justify-between h-auto md:min-h-[450px]">
|
||||
<h1 className="text-lg mt-3 font-medium tracking-wide text-black dark:text-white">
|
||||
Send this Task to:
|
||||
</h1>
|
||||
|
||||
Reference in New Issue
Block a user