We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3f0c8b commit d43900aCopy full SHA for d43900a
frontend/src/pages/endpoint/[endpointUUID]/index.tsx
@@ -41,7 +41,7 @@ const Endpoint = ({
41
42
export const getServerSideProps: GetServerSideProps = async context => {
43
const initAlertParams = {
44
- uuid: context.query.uuid as string,
+ uuid: context.query.uuid as string || null,
45
apiEndpointUuid: context.query.endpointUUID as string,
46
riskScores: [],
47
status: [Status.OPEN],
0 commit comments