Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2022-04-21 23:30:33 +0300
committerdartcafe <github@dartcafe.de>2022-04-21 23:30:33 +0300
commit825fe74e39d8fbe0a2545e4484625543dd04b8af (patch)
tree9cd42ba2380e11882b1840292b296c03eddb4c25 /src/js/components/Configuration/ConfigVoteLimit.vue
parent66ba7d1e75482860fc250ed4e89c0f57016c0e07 (diff)
remove warnings
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'src/js/components/Configuration/ConfigVoteLimit.vue')
-rw-r--r--src/js/components/Configuration/ConfigVoteLimit.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/components/Configuration/ConfigVoteLimit.vue b/src/js/components/Configuration/ConfigVoteLimit.vue
index b8e42ddf..09637945 100644
--- a/src/js/components/Configuration/ConfigVoteLimit.vue
+++ b/src/js/components/Configuration/ConfigVoteLimit.vue
@@ -39,7 +39,7 @@
<script>
import { mapState } from 'vuex'
import { CheckboxRadioSwitch } from '@nextcloud/vue'
-import InputDiv from '../Base/InputDiv'
+import InputDiv from '../Base/InputDiv.vue'
export default {
name: 'ConfigVoteLimit',