add save report modal

This commit is contained in:
Carl-Gerhard Lindesvärd
2023-10-27 21:38:29 +02:00
parent ed7ed2ab24
commit a05f7933af
14 changed files with 296 additions and 56 deletions

View File

@@ -119,7 +119,7 @@ export default function CreateProject() {
render={({ field }) => {
return (
<div>
<Label className="mb-2 block">Project</Label>
<Label>Project</Label>
<Combobox
{...field}
onChange={(value) => {