Skip to content

Commit

Permalink
Merge branch 'feat/ai-conversion-step0' of github.com:Schrodinger-Hat…
Browse files Browse the repository at this point in the history
…/ImageGoNord into feat/ai-conversion-step0
  • Loading branch information
TheJoin95 committed May 27, 2024
2 parents 723fc15 + a93e02e commit 5c9c723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ign-frontend/src/components/Demo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export default Vue.component('Demo', {
}
},
palette(p) {
this.selectedColor = p.colors;
this.selectedColor = p?.colors;
},
},
methods: {
Expand Down

0 comments on commit 5c9c723

Please sign in to comment.