Skip to content

Commit

Permalink
[#31420] Fixed Edit/Delete Sources
Browse files Browse the repository at this point in the history
  • Loading branch information
bd-viget committed Sep 20, 2024
1 parent f20549c commit 4e31dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/Source/Editable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ import state from '../../states/concept';
export default {
data() {
return {
isVocabularyEditor: this.canEditVocabulary === 'true',
isVocabularyEditor: this.canEditVocabulary,
originalSource: {},
previousSource: {},
state,
Expand Down

0 comments on commit 4e31dbe

Please sign in to comment.