Add csv to interfaces fix icon alignment and icon

This commit is contained in:
Nitwel
2020-09-14 21:19:25 +02:00
parent 7961c3a9c7
commit b09ed2b2d3
6 changed files with 12 additions and 12 deletions

View File

@@ -66,6 +66,7 @@ export default defineComponent({
time: ['datetime'],
json: ['checkboxes', 'tags'],
uuid: ['text-input'],
csv: ['tags'],
};
const recommended = recommendedInterfacesPerType[type] || [];