fix(permissions): validate network access flow
This commit is contained in:
@ -2295,6 +2295,10 @@ export class MockPermissionGateway implements PermissionGateway {
|
||||
effective: wanted ?? "ask",
|
||||
runtimeLock: { state: "none" },
|
||||
control: { mode: "editable" },
|
||||
runtimeControl: {
|
||||
mode: "readOnly",
|
||||
reason: "No active runtime network permission state is currently observed.",
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user