Skip to content

Commit

Permalink
Add operation prop
Browse files Browse the repository at this point in the history
  • Loading branch information
falkodev committed Aug 3, 2023
1 parent ff307a2 commit 131c5ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/@apostrophecms/import-export-doc-type/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ module.exports = {
action: 'export',
context: 'update',
label: 'aposImportExport:export',
modal: 'AposExportPiecesModal'
modal: 'AposExportPiecesModal',
currentModuleName: true
};

if (self.options.export === false) {
Expand Down

0 comments on commit 131c5ad

Please sign in to comment.