Globally import form inputs to fix resolve

This commit is contained in:
Julien Nahum
2023-12-24 10:40:09 +01:00
parent d93b696b05
commit 8db2b09767
6 changed files with 2 additions and 63 deletions

View File

@@ -124,10 +124,6 @@ export default {
}
},
data () {
return {}
},
computed: {
fieldComponents () {
return {

View File

@@ -5,7 +5,7 @@
<h3 class="font-semibold block text-lg">
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 inline text-gray-500 mr-2 -mt-1" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" />
</svg> Show advanced options
</svg> Show advanced sharing options
</h3>
</div>
</template>