Upgrade Vite to v5
This commit is contained in:
@ -41,7 +41,7 @@ function useGroupValidation(name: string = '') {
|
||||
...queryInfo,
|
||||
data: {
|
||||
...queryInfo.data,
|
||||
isValid: !queryInfo.data?.error ?? true,
|
||||
isValid: !queryInfo.data?.error,
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user