mirror of
https://github.com/sern-handler/gui
synced 2026-06-28 02:02:14 +00:00
fix: another testing remnant from the past
This commit is contained in:
@@ -49,7 +49,7 @@ export default function InitModal() {
|
||||
|
||||
const [templates, setTemplates] = React.useState<Array<TemplateList>>([]);
|
||||
React.useEffect(() => {
|
||||
fetch('https://raw.githubusercontent.com/sern-handler/create-bot/main/metadata/templateChoices.jso')
|
||||
fetch('https://raw.githubusercontent.com/sern-handler/create-bot/main/metadata/templateChoices.json')
|
||||
.then((res) => res.json())
|
||||
.then((data) => {
|
||||
setTemplates(data as TemplateList[]);
|
||||
|
||||
Reference in New Issue
Block a user