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.mjs
CHANGED
|
@@ -16883,7 +16883,7 @@ function SearchBar({
|
|
|
16883
16883
|
if (initialText) {
|
|
16884
16884
|
setQuery(initialText);
|
|
16885
16885
|
}
|
|
16886
|
-
}, []);
|
|
16886
|
+
}, [initialText]);
|
|
16887
16887
|
const clearQuery = () => {
|
|
16888
16888
|
setQuery("");
|
|
16889
16889
|
};
|