chore: audio meta data

This commit is contained in:
jialin
2025-01-03 17:27:19 +08:00
parent d7de302393
commit 472ef1a231
6 changed files with 27 additions and 51 deletions
+1
View File
@@ -92,6 +92,7 @@ const APIKeys: React.FC = () => {
const handleNameChange = (e: any) => {
setQueryParams({
...queryParams,
page: 1,
search: e.target.value
});
};