forked from github-starred/komodo
rm old config stuff
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import { Config } from "@components/config/Config";
|
||||
import { useRead, useWrite } from "@hooks";
|
||||
import { Section } from "@layouts/page";
|
||||
import { Types } from "@monitor/client";
|
||||
@@ -38,7 +37,7 @@ export const AlerterConfig = () => {
|
||||
</div>
|
||||
}
|
||||
>
|
||||
<Config config={alerter?.config as any} update={update} set={set} />
|
||||
{/* <Config config={alerter?.config as any} update={update} set={set} /> */}
|
||||
</Section>
|
||||
);
|
||||
} else {
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
import { Config } from "@components/config/Config";
|
||||
import { useRead, useWrite } from "@hooks";
|
||||
import { Section } from "@layouts/page";
|
||||
import { Types } from "@monitor/client";
|
||||
@@ -33,7 +32,7 @@ export const RepoConfig = () => {
|
||||
</div>
|
||||
}
|
||||
>
|
||||
<Config config={repo?.config as any} update={update} set={set} />
|
||||
{/* <Config config={repo?.config as any} update={update} set={set} /> */}
|
||||
</Section>
|
||||
);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user