forked from baron/baron-sso
adminfront: handleRelationChange 함수의 tab 매개변수 유니온 타입에 'worksmobile'을 추가하여 빌드 에러 해결 (#1183)
This commit is contained in:
@@ -213,7 +213,7 @@ export function TenantFineGrainedPermissionsTab({
|
|||||||
|
|
||||||
const handleRelationChange = async (
|
const handleRelationChange = async (
|
||||||
userId: string,
|
userId: string,
|
||||||
tab: "profile" | "permissions" | "organization" | "schema",
|
tab: "profile" | "permissions" | "organization" | "schema" | "worksmobile",
|
||||||
currentVal: "none" | "read" | "write",
|
currentVal: "none" | "read" | "write",
|
||||||
newVal: "none" | "read" | "write",
|
newVal: "none" | "read" | "write",
|
||||||
) => {
|
) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user