Skip to content
Snippets Groups Projects
Commit b6cb6a49 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

Disable no-data slot

parent d39274b9
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,9 @@
</span>
({{data.item.lang? data.item.lang[1] ? "bm, nn" : {"bob": "bm", "nob": "nn"}[data.item.lang[0]] : 'fritekstsøk'}})
</template>
<template slot="no-data">
<div></div>
</template>
</v-combobox>
</div>
</template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment