mirror of
https://github.com/jambonz/jambonz-webapp.git
synced 2026-07-24 13:02:21 +00:00
Edit Phone Number: change text for no application to 'NONE'
This commit is contained in:
@@ -375,7 +375,12 @@ const PhoneNumberForm = props => {
|
||||
value={application}
|
||||
onChange={e => setApplication(e.target.value)}
|
||||
>
|
||||
<option value="">-- OPTIONAL: Choose the application that will receive calls from this number --</option>
|
||||
<option value="">
|
||||
{props.type === 'add'
|
||||
? '-- OPTIONAL: Choose the application that will receive calls from this number --'
|
||||
: '-- NONE --'
|
||||
}
|
||||
</option>
|
||||
{applicationValues.map(a => (
|
||||
<option
|
||||
key={a.application_sid}
|
||||
|
||||
Reference in New Issue
Block a user