fix: encode URI components in API calls and links to ensure proper formatting
This commit is contained in:
@@ -83,7 +83,7 @@ export const ContentsPage = () => {
|
||||
7: (value: string) => (
|
||||
<Button
|
||||
as="a"
|
||||
href={`/lg-admin/contents/update/${value}`}
|
||||
href={`/lg-admin/contents/update/${encodeURIComponent(value)}`}
|
||||
className="text-md rounded-md"
|
||||
size="sm"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user