fix: upgrade flcc for real release (#287)
* fix: upgrade flcc for real release * feat: update packages
This commit is contained in:
@@ -14,6 +14,7 @@ const EditorContainer = ({
|
||||
blockType={blockType}
|
||||
blockId={blockId}
|
||||
studioEndpointUrl={process.env.STUDIO_BASE_URL}
|
||||
lmsEndpointUrl={process.env.LMS_BASE_URL}
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
|
||||
@@ -8,6 +8,7 @@ exports[`Editor Container snapshots rendering correctly with expected Input 1`]
|
||||
blockId="company-id1"
|
||||
blockType="html"
|
||||
courseId="cOuRsEId"
|
||||
lmsEndpointUrl="http://localhost:18000"
|
||||
studioEndpointUrl="http://localhost:18010"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user