Skip to content

Commit 2079de6

Browse files
committed
Update build files.
1 parent 2285401 commit 2079de6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

lib/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22937,7 +22937,6 @@ var QueryForm = /** @class */ (function (_super) {
2293722937
_this.onSubmit = _this.onSubmit.bind(_this);
2293822938
_this.searchInput = null;
2293922939
_this.setSearchInputRef = function (element) {
22940-
console.log("QueryForm/setSearchInputRef", element);
2294122940
_this.searchInput = element;
2294222941
};
2294322942
return _this;
@@ -22959,7 +22958,6 @@ var QueryForm = /** @class */ (function (_super) {
2295922958
};
2296022959
QueryForm.prototype.componentDidMount = function () {
2296122960
if (this.props.queryFormAutoFocus) {
22962-
console.log("QueryForm/componentDidMount searchInput", this.searchInput);
2296322961
this.searchInput.focus();
2296422962
}
2296522963
};

lib/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)