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 { useRead, useWrite } from "@hooks";
|
||||||
import { Section } from "@layouts/page";
|
import { Section } from "@layouts/page";
|
||||||
import { Types } from "@monitor/client";
|
import { Types } from "@monitor/client";
|
||||||
@@ -38,7 +37,7 @@ export const AlerterConfig = () => {
|
|||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
<Config config={alerter?.config as any} update={update} set={set} />
|
{/* <Config config={alerter?.config as any} update={update} set={set} /> */}
|
||||||
</Section>
|
</Section>
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
import { Config } from "@components/config/Config";
|
|
||||||
import { useRead, useWrite } from "@hooks";
|
import { useRead, useWrite } from "@hooks";
|
||||||
import { Section } from "@layouts/page";
|
import { Section } from "@layouts/page";
|
||||||
import { Types } from "@monitor/client";
|
import { Types } from "@monitor/client";
|
||||||
@@ -33,7 +32,7 @@ export const RepoConfig = () => {
|
|||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
<Config config={repo?.config as any} update={update} set={set} />
|
{/* <Config config={repo?.config as any} update={update} set={set} /> */}
|
||||||
</Section>
|
</Section>
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user