Gallery
Events still not working
This commit is contained in:
@@ -16,6 +16,8 @@ export default function ShortcodesPage() {
|
||||
success,
|
||||
} = useApi<IShortcode[]>("/shortcodes", undefined, true);
|
||||
|
||||
console.log(shortcodes);
|
||||
|
||||
const handleUpdate = async (updatedShortcode: IShortcode) => {
|
||||
const res = await request<IShortcode>(
|
||||
`/shortcodes/${updatedShortcode.code}/update`,
|
||||
|
||||
Reference in New Issue
Block a user