Skip to content

Commit

Permalink
fix(project.new): fix display issue when loading cb form
Browse files Browse the repository at this point in the history
ref: TAPC-150
Signed-off-by: Rafik Adiche <[email protected]>
  • Loading branch information
Rafik Adiche authored and sachinrameshn committed Sep 15, 2023
1 parent dfabf22 commit b3de39a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,15 @@ <h1 data-translate="pci_project_new_payment_title"></h1>
<div
class="actions-container d-flex flex-row-reverse justify-content-between align-items-center"
>
<div class="d-flex flex-column">
<div class="d-flex flex-column w-100">
<h2
data-ng-if="$ctrl.model.paymentMethod.isHandleByComponent() && $ctrl.componentInitialParams && $ctrl.hasLegalAgreements()"
class="oui-heading_underline align-self-stretch"
data-translate="pci_project_new_payment_information"
></h2>
<form
novalidate
class="d-flex align-self-end"
name="paymentForm"
data-ng-submit="$ctrl.onPaymentFormSubmit()"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import credit from './credit';
import routing from './routing';
import component from './component';
import paymentService from './service';
import './index.scss';

const moduleName = 'pciProjectNewPayment';

Expand Down

This file was deleted.

0 comments on commit b3de39a

Please sign in to comment.