Skip to content
This repository has been archived by the owner on Jun 14, 2019. It is now read-only.

Commit

Permalink
Check for connection prop
Browse files Browse the repository at this point in the history
  • Loading branch information
kahboom committed Jun 6, 2019
1 parent 22674e3 commit 06dfeb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export class EditorSteps extends React.Component<IEditorStepsProps> {

let isTechPreview = false;

if (s.connection!.connector) {
if (s.connection && s.connection!.connector) {
isTechPreview =
getMetadataValue<string>(
'tech-preview',
Expand Down

0 comments on commit 06dfeb4

Please sign in to comment.