Feat/manage env vars (#107)

* ui to manage env variables added

* ui to manage env variables updated

* ui to manage env variables updated

* ui to manage env variables updated

* ui to manage env variables updated

* ui updates

* ui updates

* ui updates

* ui updates

* env vars input field updated

* env vars input field updated

Co-authored-by: Anik Ghosh <tech.anikghosh@gmail.com>
This commit is contained in:
Lakhan Samani
2022-01-25 09:34:35 +05:30
committed by GitHub
parent 8df8010b22
commit 82bc38923c
68 changed files with 40201 additions and 35 deletions

View File

@@ -32,7 +32,7 @@ export const AuthContextProvider = ({ children }: { children: any }) => {
if (fetching) {
return (
<Center>
<Center h="100%">
<Spinner />
</Center>
);