@plusscommunities/pluss-maintenance-app 1.1.11 → 1.1.12-beta.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plusscommunities/pluss-maintenance-app",
3
- "version": "1.1.11",
3
+ "version": "1.1.12-beta.0",
4
4
  "description": "Extension package to enable maintenance on Pluss Communities Platform",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -18,7 +18,7 @@
18
18
  "author": "Phillip Suh",
19
19
  "license": "ISC",
20
20
  "dependencies": {
21
- "@plusscommunities/pluss-core-app": "1.4.8",
21
+ "@plusscommunities/pluss-core-app": "1.4.3-beta.0",
22
22
  "axios": "^0.16.2",
23
23
  "lodash": "^4.17.4",
24
24
  "moment": "^2.18.1",
@@ -393,7 +393,6 @@ class RequestDetail extends Component {
393
393
  adminPermission="maintenanceTracking"
394
394
  entityType="maintenancerequest"
395
395
  entityId={this.props.job.id}
396
- entityName={this.props.job.title}
397
396
  live
398
397
  refreshFrequency={10000}
399
398
  placeHolder={''}