diff --git a/client/components/editor/editor-modal-drawio.vue b/client/components/editor/editor-modal-drawio.vue index 9328c45e..6220a189 100644 --- a/client/components/editor/editor-modal-drawio.vue +++ b/client/components/editor/editor-modal-drawio.vue @@ -2,14 +2,13 @@ v-card.editor-modal-drawio.animated.fadeIn(flat, tile) iframe( ref='drawio' - src='https://embed.diagrams.net/?embed=1&proto=json&spin=1&saveAndExit=1&noSaveBtn=1&noExitBtn=0' + :src='drawioBaseUrl' frameborder='0' )