fix: misc permission issues

This commit is contained in:
Jannat Patel
2025-12-04 17:15:14 +05:30
parent 0367c1db72
commit 836a6d1203
13 changed files with 1518 additions and 79 deletions

View File

@@ -675,7 +675,7 @@ export const getMetaInfo = (type, route, meta) => {
export const updateMetaInfo = (type, route, meta) => {
call('lms.lms.api.update_meta_info', {
type: type,
meta_type: type,
route: route,
meta_tags: [
{ key: 'description', value: meta.description },