Merge branch 'dev' into docker-onboarding-fix
This commit is contained in:
@@ -61,7 +61,9 @@ export const getServerSideProps = async (context: GetServerSidePropsContext) =>
|
||||
// Fetch containers if user is admin, otherwise we don't need them
|
||||
try {
|
||||
if (session?.user.isAdmin == true) containers = await caller.containers();
|
||||
} catch (error) {}
|
||||
} catch (error) {
|
||||
|
||||
}
|
||||
return {
|
||||
props: {
|
||||
config,
|
||||
|
||||
Reference in New Issue
Block a user