mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Merge pull request #3712 from Jakob-em/fix-duplicate-field-notification
Fix duplicate field notification
This commit is contained in:
@@ -345,7 +345,7 @@ export default defineComponent({
|
||||
await fieldsStore.createField(duplicateTo.value, newField);
|
||||
|
||||
notify({
|
||||
title: i18n.t('field_create_success', { field: newField.name }),
|
||||
title: i18n.t('field_create_success', { field: newField.field }),
|
||||
type: 'success',
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user