Skip to content
This repository has been archived by the owner on Mar 3, 2024. It is now read-only.

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Its-OP committed Mar 3, 2024
1 parent 8ab21fa commit 5fc086a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Frontend/src/features/createActivity/ui/CreateActivity.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ const CreateActivity: FC<ModalData> = ({ open, hideModal }) => {
<div style={{ display: "flex", gap: 40 }}>
<Form.Item
style={{ width: "100%" }}
name={"subjectIds"}
label={"Группи"}
name={"groupId"}
label={"Групи"}
>
<Select
style={{ width: "100%" }}
Expand Down

0 comments on commit 5fc086a

Please sign in to comment.