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 47420d7 commit 4f47f49Copy full SHA for 4f47f49
src/components/ActionBar/SourceFetchStatusIcon/SourceFetchStatusIcon.jsx
@@ -8,7 +8,7 @@ import { Component } from "react";
8
* @param {object} props - the props passed to the component
9
* @param {object} props.context - the query context
10
* @param {string} props.source - the source to check
11
- * @param {string} props.proxyUrl - the proxy url to use if querying is used for sources
+ * @param {string} props.proxyUrl - the proxy url to use if the resource is accessed through a proxy
12
* @returns {Component} an icon indicating whether the query was executed succesfully or not
13
*/
14
function SourceFetchStatusIcon({ context, source, proxyUrl }) {
0 commit comments