Skip to content

Commit

Permalink
Fix missing import when trying to display into modal popin an uploade…
Browse files Browse the repository at this point in the history
…d image.
  • Loading branch information
SilverYoCha authored and jcbrand committed Apr 3, 2024
1 parent cf40f87 commit f718390
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shared/chat/message-body.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import 'shared/registry.js';
import 'shared/modals/image.js';
import renderRichText from 'shared/directives/rich-text.js';
import { CustomElement } from 'shared/components/element.js';
import { api } from "@converse/headless";
Expand Down

0 comments on commit f718390

Please sign in to comment.