Skip to content

Commit

Permalink
Take default modal size
Browse files Browse the repository at this point in the history
  • Loading branch information
aheber committed Feb 15, 2024
1 parent 1409243 commit 09d76a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dlrs/main/lwc/manageRollups/manageRollups.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ export default class ManageRollups extends NavigationMixin(LightningElement) {

async openEditor(rollupName) {
const result = await RollupEditor.open({
size: "large",
description: "Rollup Config Editor",
rollupName
});
Expand Down

0 comments on commit 09d76a3

Please sign in to comment.