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 20c4a22 commit 254e612Copy full SHA for 254e612
frontend/src/components/Endpoint/index.tsx
@@ -137,8 +137,8 @@ const EndpointPage: React.FC<EndpointPageProps> = React.memo(
137
<AlertTab
138
initAlerts={alerts}
139
initAlertParams={initAlertParams}
140
- providedSpecString={endpoint.openapiSpec.spec}
141
- providedSpecExtension={endpoint.openapiSpec.extension}
+ providedSpecString={endpoint.openapiSpec?.spec}
+ providedSpecExtension={endpoint.openapiSpec?.extension}
142
/>
143
</TabPanel>
144
<TabPanel p="0" h="full">
0 commit comments