previewMessage: fix button (#1919)

This commit is contained in:
AutumnVN
2023-11-01 08:19:26 +07:00
committed by GitHub
parent e37f62ac0a
commit 9de6c2d4ff

View File

@ -137,5 +137,5 @@ export default definePlugin({
},
],
previewIcon: ErrorBoundary.wrap(PreviewButton, { noop: true }),
chatBarIcon: ErrorBoundary.wrap(PreviewButton, { noop: true }),
});