openedx / xblock-image-explorer

GNU Affero General Public License v3.0
9 stars 39 forks source link

fix: remove deprecated xblock.fragment import #130

Open UsamaSadiq opened 6 months ago

UsamaSadiq commented 6 months ago

Description

This replace xblock.fragment with web_fragments.fragment. xblock.fragment was removed as of 2024-02-26. If this xblock is used in a course, the entire course will fail to load.