code fixes and adding modal
This commit is contained in:
@@ -7,6 +7,7 @@ export const useGetConfigs = () => {
|
||||
async function getConfigs() {
|
||||
try {
|
||||
const response = await fetch(`${apiUrl}/api/config-ids`);
|
||||
|
||||
if (!response.ok) {
|
||||
console.log("failed fetching");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user