Skip to content

Commit

Permalink
Resolving comments from Adam wojcik
Browse files Browse the repository at this point in the history
  • Loading branch information
NishkalankBezawada committed Oct 30, 2024
1 parent afe07b8 commit 3ced9de
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 68 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default class PrintCommandSet extends BaseListViewCommandSet<IPrintComman
dialog.itemId = event.selectedRows[0].getValueByName('ID');
dialog.title = event.selectedRows[0].getValueByName('Title');
dialog.show().then(()=>{
//Dialog.alert(''); //This line prevents issues with the dialog, please do not remove it/
Log.info(LOG_SOURCE, 'Dialog open');
});
break;
default:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import IPrintDialogContentProps from './print-dialog-content-props';
import IPrintDialogContentState from './print-dialog-content-state';
import PrintTemplateContent from '../print-dialog-template-content/print-template-content';
import SettingsPanel from '../settings-panel/settings-panel';
// import ListHelper from '../../util/list-helper';
import ReactHtmlParser from 'react-html-parser';
import {
Dropdown
Expand Down

This file was deleted.

0 comments on commit 3ced9de

Please sign in to comment.