Skip to content

Commit

Permalink
Allow using non-tprek locations (e.g. matko locations) again
Browse files Browse the repository at this point in the history
  • Loading branch information
Rikuoja authored Oct 13, 2017
1 parent ac31b18 commit 7b65a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FormFields/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ class FormFields extends React.Component {
<div className="col-sm-6">
<HelAutoComplete
ref="location" name="location"
dataSource={`${appSettings.api_base}/place/?show_all_places=1&data_source=tprek&text=`}
dataSource={`${appSettings.api_base}/place/?show_all_places=1&text=`}
resource="place"
required={true}
validationErrors={validationErrors['location']} defaultValue={values['location']}
Expand Down

0 comments on commit 7b65a47

Please sign in to comment.