Skip to content

Commit

Permalink
Fix : Request seat template looks awkward [CPCN-142] (#392)
Browse files Browse the repository at this point in the history
* Fix : Request seat template looks awkward [CPCN-142]

* Addressed comment

* refactored code
  • Loading branch information
devketanpro authored Jun 7, 2023
1 parent 79e4ba1 commit 418ccdf
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,15 +102,16 @@ class CompanyAdminProductSeatRequestModalComponent extends React.Component {
clickOutsideToClose={true}
>
<form onSubmit={(event) => {event.preventDefault();}}>
<div className="input-group">
<div className="tags-list">
<button
className="btn btn-outline-secondary"
className="icon-button icon-button--primary icon-button--small icon-button--bordered"
type="button"
data-bs-toggle="dropdown"
aria-haspopup='true'
aria-expanded="false"
aria-label="Add Product"
>
+
<i className="icon--plus">+</i>
</button>
<ul className="dropdown-menu">
{sectionProducts.map((section, index) => (
Expand Down

0 comments on commit 418ccdf

Please sign in to comment.