Skip to content
Snippets Groups Projects

Product/510-niceProjectUrl

Merged Marcel Nellesen requested to merge Product/510-niceProjectUrl into Sprint/2020-10
4 files
+ 9
15
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -21,7 +21,7 @@ import Vue from 'vue';
import Multiselect from 'vue-multiselect';
import 'vue-multiselect/dist/vue-multiselect.min.css';
import { MetadataApi, defaultOnCatch } from '@coscine/api-connection';
import { MetadataApi } from '@coscine/api-connection';
export default Vue.extend({
name: 'InputCombobox',
@@ -63,9 +63,7 @@ export default Vue.extend({
this.selectableOptions = response.data[this.languageCode];
}
this.loadData();
},
defaultOnCatch
);
});
if (this.fixedValueMode) {
this.updateFixedValues();
}
Loading