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 416cd1f commit 1119212Copy full SHA for 1119212
src/components/feed-sources/feed-source-edit.jsx
@@ -10,7 +10,6 @@ import FeedSourceManager from "./feed-source-manager";
10
*/
11
function FeedSourceEdit() {
12
const { id } = useParams();
13
- const mode = "edit";
14
const {
15
data,
16
error: loadingError,
@@ -24,7 +23,6 @@ function FeedSourceEdit() {
24
23
id={id}
25
loadingError={loadingError}
26
isLoading={isLoading}
27
- mode={mode}
28
/>
29
);
30
}
0 commit comments