|
@@ -1,6 +1,7 @@
|
1
|
1
|
import { StatelessDropdownMenu } from '@atlaskit/dropdown-menu';
|
2
|
2
|
import AKFieldText, { FieldText } from '@atlaskit/field-text';
|
3
|
3
|
import ExpandIcon from '@atlaskit/icon/glyph/expand';
|
|
4
|
+import { noop as _onNoop } from 'lodash';
|
4
|
5
|
import React, { Component } from 'react';
|
5
|
6
|
import { connect } from 'react-redux';
|
6
|
7
|
|
|
@@ -208,6 +209,7 @@ class DialOutNumbersForm extends Component {
|
208
|
209
|
isLabelHidden = { true }
|
209
|
210
|
isReadOnly = { true }
|
210
|
211
|
label = 'dial-out-code'
|
|
212
|
+ onChange = { _onNoop }
|
211
|
213
|
type = 'text'
|
212
|
214
|
value = { dialCode || '' } />
|
213
|
215
|
<span className = 'dropdown-trigger-icon'>
|