mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
coimpleted due considerations ui
This commit is contained in:
parent
93a26be790
commit
662ae1cfb0
1 changed files with 9 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ import { Button } from "../shadcn_components/ui/button";
|
|||
import { useSession } from "next-auth/react";
|
||||
import { useRouter } from "next/navigation";
|
||||
import { useMutation } from "@tanstack/react-query";
|
||||
import { Input } from "../shadcn_components/ui/input";
|
||||
|
||||
const Spinner = () => {
|
||||
return (
|
||||
|
|
@ -227,6 +228,14 @@ export default function DueConsiderationsHome() {
|
|||
<SelectFolder handleOnChange={handleOnChange} />
|
||||
</div>
|
||||
|
||||
<Input
|
||||
type="text"
|
||||
placeholder="Choose an optional scheme name"
|
||||
onChange={(e) => setSchemeName(e.target.value)}
|
||||
/>
|
||||
|
||||
<div className="mb-4"></div>
|
||||
|
||||
<div className="flex justify-between w-full">
|
||||
<div>{uploadMessage}</div>
|
||||
<Button
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue