fix: Fix problems and bugs
This commit is contained in:
		| @@ -176,7 +176,7 @@ export const LinkedSightsContents = < | ||||
|     if (type === "edit") { | ||||
|       setError(null); | ||||
|       authInstance | ||||
|         .get(`/${childResource}/`) | ||||
|         .get(`/${childResource}`) | ||||
|         .then((response) => { | ||||
|           setAllItems(response?.data || []); | ||||
|         }) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user