File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/plugins/swagger-ui-adapter/wrap-components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ const BaseLayoutWrapper = (Original, system) => {
2020 ) ;
2121 }
2222
23- if ( editorSelectors . selectIsContentTypeAsyncAPI2 ( ) ) {
23+ if ( editorSelectors . selectIsContentTypeAsyncAPI ( ) ) {
2424 return < EditorPreviewAsyncAPI /> ;
2525 }
2626
@@ -36,7 +36,7 @@ const BaseLayoutWrapper = (Original, system) => {
3636 getComponent : PropTypes . func . isRequired ,
3737 editorSelectors : PropTypes . shape ( {
3838 selectIsContentTypeDetectionInProgress : PropTypes . func . isRequired ,
39- selectIsContentTypeAsyncAPI2 : PropTypes . func . isRequired ,
39+ selectIsContentTypeAsyncAPI : PropTypes . func . isRequired ,
4040 selectIsContentTypeAPIDesignSystems : PropTypes . func . isRequired ,
4141 } ) . isRequired ,
4242 } ;
You can’t perform that action at this time.
0 commit comments