Skip to content

Commit

Permalink
Merge pull request #309 from RyanCoulsonCA/fix-307-2
Browse files Browse the repository at this point in the history
fix editor breaking when switching config language
  • Loading branch information
yileifeng authored Jun 5, 2024
2 parents 9be198a + 92cf28a commit 3ec2b09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/editor/metadata-editor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,7 @@ export default class MetadataEditorV extends Vue {
// Properties already passed in props, load editor view (could use a refactor to clean up this workflow process)
if (props && props.configs && props.configFileStructure) {
this.configs = props.configs;
this.configLang = props.configLang;
this.configFileStructure = props.configFileStructure;
this.metadata = props.metadata;
this.slides = props.slides;
Expand Down

0 comments on commit 3ec2b09

Please sign in to comment.