diff --git a/cataloging/src/components/care/bulk-changes.vue b/cataloging/src/components/care/bulk-changes.vue index 09b9796a5..a21397575 100644 --- a/cataloging/src/components/care/bulk-changes.vue +++ b/cataloging/src/components/care/bulk-changes.vue @@ -937,6 +937,7 @@ export default { :has-previous="hasPrevious" :finished="isFinished" :is-draft="isDraft" + :is-new="isNew" :loading-preview="this.loadingPreview" @ready="run" @next="nextStep" diff --git a/cataloging/src/components/inspector/bulkchange-toolbar.vue b/cataloging/src/components/inspector/bulkchange-toolbar.vue index e078cc885..2cbb4f58e 100644 --- a/cataloging/src/components/inspector/bulkchange-toolbar.vue +++ b/cataloging/src/components/inspector/bulkchange-toolbar.vue @@ -56,6 +56,10 @@ export default { type: Boolean, default: false, }, + isNew: { + type: Boolean, + default: false, + }, loadingPreview: { type: Object, default: () => ({'next' : false, 'previous' : false}), @@ -254,7 +258,7 @@ export default { {{ translatePhrase('Import selection from ID list') }} -