Update environment variable entity schema to update them individually (#53)

* Change environment field to enum instead of array

* Update gql client for get environment variables query

---------

Co-authored-by: neeraj <neeraj.rtly@gmail.com>
This commit is contained in:
2024-02-01 11:37:57 +05:30
committed by Ashwin Phatak
co-authored by neeraj
parent 8ead083ab3
commit 2f8d21baf5
11 changed files with 69 additions and 56 deletions
@@ -43,7 +43,7 @@ const MembersTabPanel = ({ project }: { project: Project }) => {
useEffect(() => {
fetchProjectMembers();
}, [project.id]);
}, [project.id, fetchProjectMembers]);
return (
<div className="p-2 mb-20">