Skip to content

Commit

Permalink
Add 'importMode' to info variable object, Fixes the data ref in the d…
Browse files Browse the repository at this point in the history
…ata tree component
  • Loading branch information
sanjacornelius committed Feb 9, 2023
1 parent ebd3f27 commit 929320d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/js/processes/export/DataProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ export default {
forcePasswordProtect: asset.force_password_protect,
hidden: asset.hidden,
explicit_discard: asset.explicit_discard,
importMode: asset.mode,
};

if (uuid === rootUuid) {
Expand Down

0 comments on commit 929320d

Please sign in to comment.