mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
fix: Error when you try to edit a course from a button
This commit is contained in:
parent
f524ddb51a
commit
0fb213ee4e
7 changed files with 22 additions and 17 deletions
|
|
@ -49,6 +49,7 @@ const EditActivity = async (params: any) => {
|
|||
{ revalidate: 0, tags: ['activities'] },
|
||||
access_token ? access_token : null
|
||||
)
|
||||
|
||||
const org = await getOrganizationContextInfoWithId(courseInfo.org_id, {
|
||||
revalidate: 180,
|
||||
tags: ['organizations'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue