Merge pull request #3712 from Jakob-em/fix-duplicate-field-notification

Fix duplicate field notification
This commit is contained in:
Rijk van Zanten
2021-01-15 13:56:58 -07:00
committed by GitHub

View File

@@ -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',
});