Skip to content

Commit f2026d9

Browse files
committed
fix: required property
Signed-off-by: Amit Amrutiya <amitamrutiya2210@gmail.com>
1 parent de15e8d commit f2026d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/schemas/createAndEditWorkspace/schema.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const createAndEditWorkspace = {
2929
}
3030
},
3131
type: 'object',
32-
required: workspaceSchema.workspacePayload.required
32+
required: ['name', 'organization']
3333
};
3434

3535
export default createAndEditWorkspace;

0 commit comments

Comments
 (0)