muba-posting 9.0.13 → 9.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/Publish6.js +1 -0
  2. package/package.json +1 -1
package/Publish6.js CHANGED
@@ -264,6 +264,7 @@ export default class Publish6 extends React.Component {
264
264
  placeholder={strings('setup.select')}
265
265
  labelStyle={commonStyles.progressbarField}
266
266
  required={false}
267
+ showAll={true}
267
268
  onChange={(value) => this.props.postingAd.accessUserId = value}
268
269
  scroll={(ref) => this.props.scroll(ref)}
269
270
  options={this.state.accessUsers}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "muba-posting",
3
- "version": "9.0.13",
3
+ "version": "9.0.14",
4
4
  "description": "Posting",
5
5
  "main": "Posting.js",
6
6
  "scripts": {