4.8.10 test fix (#2488)

* perf: update vision default

* fix: update dataset default permission

* perf: no network request
This commit is contained in:
Archer
2024-08-23 14:57:52 +08:00
committed by GitHub
parent b3acd570f7
commit de573e4303
5 changed files with 17 additions and 9 deletions

View File

@@ -25,7 +25,7 @@ const MyRightDrawer = ({
onClose,
iconSrc,
title,
maxW = ['90vw', '30vw'],
maxW = ['90vw', '500px'],
children,
isLoading,
...props