feat: add template support for Custom HTTP SMS provider (#2662)

This commit is contained in:
Dmitri Aleksandrov
2024-02-01 12:50:22 +03:00
committed by GitHub
parent ce0d45a70b
commit 0918757e85
3 changed files with 10 additions and 4 deletions

View File

@ -1041,7 +1041,7 @@ class ProviderEditPage extends React.Component {
</Row>
)
}
{["Custom HTTP SMS", "Infobip SMS"].includes(this.state.provider.type) ?
{["Infobip SMS"].includes(this.state.provider.type) ?
null :
(<Row style={{marginTop: "20px"}} >
<Col style={{marginTop: "5px"}} span={(Setting.isMobile()) ? 22 : 2}>