Allow sharing manual location without giving location permission (#7295)
parent
eab028f2f8
commit
2e5a6fc738
|
@ -249,7 +249,7 @@ class LocationPicker extends React.Component<IProps, IState> {
|
|||
<DialogButtons primaryButton={_t('Share')}
|
||||
onPrimaryButtonClick={this.onOk}
|
||||
onCancel={this.props.onFinished}
|
||||
primaryDisabled={!this.state.position} />
|
||||
primaryDisabled={!this.state.position && !this.state.manualPosition} />
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue