mirror of
https://github.com/directus/directus.git
synced 2026-02-14 13:55:24 -05:00
Fix eslint warnings (#9357)
This commit is contained in:
@@ -16,7 +16,7 @@ export default defineDisplay({
|
||||
description: '$t:displays.translations.description',
|
||||
icon: 'translate',
|
||||
component: DisplayTranslations,
|
||||
options: ({ collection, field, relations }: ExtensionsOptionsContext) => {
|
||||
options: ({ relations }: ExtensionsOptionsContext) => {
|
||||
const fieldsStore = useFieldsStore();
|
||||
|
||||
const junctionCollection = relations.o2m?.collection;
|
||||
|
||||
Reference in New Issue
Block a user