add: template editor
This commit is contained in:
@@ -33,7 +33,6 @@ const ConfigProvider = ({ children }) => {
|
||||
return res.json();
|
||||
})
|
||||
.then((data) => {
|
||||
console.log(data);
|
||||
setConfig(data);
|
||||
setIsLoading(false);
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user