Skip to content

Commit

Permalink
[#31420] Prep Edit for removal
Browse files Browse the repository at this point in the history
  • Loading branch information
bd-viget committed Sep 19, 2024
1 parent 78f18a5 commit aec0360
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import 'bootstrap-vue/dist/bootstrap-vue.css';
Vue.component('concept', require('./components/Concept.vue').default);
Vue.component('concept-list', require('./components/Concept/List.vue').default);
Vue.component('concept', require('./components/Concept/Default.vue').default);
Vue.component('concept-edit', require('./components/Concept/Edit.vue').default);
Vue.component('concept-edit', require('./components/Concept/LegacyEdit.vue').default);
Vue.component(
'concept-category',
require('./components/ConceptCategory.vue').default,
Expand Down
2 changes: 1 addition & 1 deletion resources/js/components/Category/Editable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export default {
},
},
methods: {
trackChanges(categoryId) {
trackChanges() {
const selectedId = parseInt(this.selectedId);
this.$emit('change', {
Expand Down
File renamed without changes.

0 comments on commit aec0360

Please sign in to comment.