diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/web/app/desktop/views/components/post-form.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/desktop/views/components/post-form.vue b/src/web/app/desktop/views/components/post-form.vue index 91ceb52278..0a5f8812df 100644 --- a/src/web/app/desktop/views/components/post-form.vue +++ b/src/web/app/desktop/views/components/post-form.vue @@ -37,7 +37,7 @@ <script lang="ts"> import Vue from 'vue'; -import Sortable from 'sortablejs'; +import * as Sortable from 'sortablejs'; import Autocomplete from '../../scripts/autocomplete'; import getKao from '../../../common/scripts/get-kao'; import notify from '../../scripts/notify'; |