Add searchText state variable
This commit is contained in:
parent
364c461269
commit
a5550bb673
1 changed files with 1 additions and 0 deletions
|
|
@ -78,6 +78,7 @@ export default function StorePage(): JSX.Element {
|
|||
validApiKey,
|
||||
hasApiKey,
|
||||
apiKey,
|
||||
searchText,
|
||||
]);
|
||||
|
||||
function handleGetTags() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue