Skip to content

Commit

Permalink
Remove the option to create fax based IVAs (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito authored Oct 8, 2024
1 parent fb2f606 commit c7a1ebd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 18 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "data-portal-ui",
"version": "1.3.1",
"version": "1.3.2",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "~6.6.0",
Expand Down
15 changes: 0 additions & 15 deletions src/components/account/newIVAsModal/newIVAModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,21 +100,6 @@ const NewIVAModal = (props: NewIVAModalProps) => {
SMS
</Button>
</Col>
<Col>
<Button
className={clickedButton === IVAType.Fax ? "w-100" : "w-100"}
variant={
clickedButton === IVAType.Fax ? "quinary" : "outline-quinary"
}
onClick={() => {
setClickedButton(IVAType.Fax);
setDisabledButton(false);
setPromptText("fax number");
}}
>
Fax
</Button>
</Col>
<Col>
<Button
className={
Expand Down

0 comments on commit c7a1ebd

Please sign in to comment.