react-cimpress-comment
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -176,3 +176,3 @@ 'use strict'; | ||
value: function addComment(e) { | ||
this.postComment(this.state.commentToAdd, this.state.selectedAccessibilityOption.value); | ||
this.postComment(this.state.commentToAdd); | ||
} | ||
@@ -287,3 +287,3 @@ }, { | ||
return this.commentsClient.postComment(comment, this.state.selectedAccessibilityOption).then(function () { | ||
return this.commentsClient.postComment(comment, this.state.selectedAccessibilityOption.value).then(function () { | ||
return _this7.fetchComments(_this7.state.visible); | ||
@@ -290,0 +290,0 @@ }).then(function () { |
{ | ||
"name": "react-cimpress-comment", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "Visualizes comment(s) for a particular platform resource", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
130
112602