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 93e9e3e commit a62c95bCopy full SHA for a62c95b
react/Viewer/Panel/getPanelBlocks.jsx
@@ -27,7 +27,7 @@ export const getPanelBlocksSpecs = (isPublic = false) => ({
27
component: Qualification
28
},
29
konnector: {
30
- condition: () => isFromKonnector && !isPublic,
+ condition: file => isFromKonnector(file) && !isPublic,
31
component: KonnectorBlock
32
33
certifications: {
0 commit comments