Skip to content

Commit

Permalink
Merge pull request #627 from devgateway/bug/OCE-524/scroll
Browse files Browse the repository at this point in the history
OCE-524 Fixed PESingle not extending CRDPage
  • Loading branch information
alexeisavca authored May 14, 2018
2 parents c87682c + d3a4efb commit a52ee7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/oce/corruption-risk/procuring-entities/single/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ import ProcurementsByStatus from './general/by-status';
import ProcurementsByMethod from './general/by-method';
import ProcurementsTable from './table';
import style from './style.less';
import CRDPage from '../../page';

const NAME = 'ProcuringEntitySingle';

class ProcuringEntity extends translatable(React.Component) {
class ProcuringEntity extends CRDPage {
constructor(...args){
super(...args);
this.state = this.state || {};
Expand Down

0 comments on commit a52ee7d

Please sign in to comment.