Skip to content

Commit 7bfb11f

Browse files
committed
Repair CSelect
1 parent 8f5b5e9 commit 7bfb11f

File tree

3 files changed

+10
-31
lines changed

3 files changed

+10
-31
lines changed

coreui/package-lock.json

Lines changed: 9 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

coreui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@coreui/coreui": "3.0.0-alpha.14",
1818
"@coreui/coreui-chartjs": "coreui/coreui-chartjs#v2",
1919
"@coreui/icons": "coreui/coreui-icons#v1-alpha",
20-
"@coreui/vue": "coreui/coreui-vue#3.0.0-alpha.5",
20+
"@coreui/vue": "coreui/coreui-vue#dev",
2121
"vue": "^2.6.10",
2222
"vue-router": "^3.1.3",
2323
"axios": "^0.19.0"

coreui/src/views/notes/EditNote.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ export default {
5858
status_id: null,
5959
note_type: '',
6060
},
61-
// status_id: null,
6261
statuses: [],
6362
message: '',
6463
dismissSecs: 7,
@@ -109,7 +108,6 @@ export default {
109108
.then(function (response) {
110109
self.note = response.data.note;
111110
self.statuses = response.data.statuses;
112-
self.$forceUpdate()
113111
}).catch(function (error) {
114112
console.log(error);
115113
self.$router.push({ path: '/login' });

0 commit comments

Comments
 (0)