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 898951a commit 7141d96Copy full SHA for 7141d96
apify-docs-theme/src/theme/SearchBar/index.js
@@ -128,7 +128,7 @@ export default function SearchBar({ onClick }) {
128
apiKey: inkeepApiKey,
129
organizationDisplayName: 'Apify',
130
primaryBrandColor: '#FF9013',
131
- transformSource: (src) => {
+ transformSource: (source) => {
132
function getTabForSource(src) {
133
if (src.url.includes('help.apify.com')) {
134
return 'Help';
0 commit comments