Merge pull request #300 from directus/interface-changes

Add csv to interfaces fix icon alignment and icon
This commit is contained in:
Rijk van Zanten
2020-09-14 16:31:16 -04:00
committed by GitHub
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] || [];