fix: catalog form meta data update

This commit is contained in:
jialin
2025-01-17 21:22:15 +08:00
parent 58fcc90417
commit faa13f58e0
9 changed files with 138 additions and 10 deletions
+4
View File
@@ -43,3 +43,7 @@ declare namespace Global {
type SearchParams = Pagination & { search?: string };
}
interface Window {
__GPUSTACK_BODY_SCROLLER__?: any;
}