qt-ui-kit 1.0.105 → 1.0.106
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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -16911,7 +16911,7 @@ function SearchBar({
|
|
|
16911
16911
|
if (initialText) {
|
|
16912
16912
|
setQuery(initialText);
|
|
16913
16913
|
}
|
|
16914
|
-
}, []);
|
|
16914
|
+
}, [initialText]);
|
|
16915
16915
|
const clearQuery = () => {
|
|
16916
16916
|
setQuery("");
|
|
16917
16917
|
};
|