Skip to content

Commit

Permalink
Merge pull request #1684 from NextDom/fix_1683
Browse files Browse the repository at this point in the history
fix 1683
  • Loading branch information
Sylvaner authored Feb 23, 2020
2 parents 342b0fb + 3ef34ed commit 37c23ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Model/Entity/EqLogic.php
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,6 @@ public function preToHtml($viewType = EqLogicViewType::DASHBOARD, $_default = []
'#category#' => $this->getPrimaryCategory(),
'#color#' => '#ffffff',
'#border#' => 'none',
'#border-radius#' => '0px',
'#style#' => '',
'#max_width#' => '650px',
'#logicalId#' => $this->getLogicalId(),
Expand Down Expand Up @@ -1968,4 +1967,4 @@ public function getAllAttributes()
'object_id' => $this->object_id,
];
}
}
}

0 comments on commit 37c23ed

Please sign in to comment.