Add support for client-side server reinstallation
This commit is contained in:
parent
86de7372a8
commit
85e3945cd7
7 changed files with 169 additions and 47 deletions
|
@ -11,10 +11,6 @@ interface Props {
|
|||
const Can = ({ action, matchAny = false, renderOnError, children }: Props) => {
|
||||
const can = usePermissions(action);
|
||||
|
||||
if (matchAny) {
|
||||
console.log('Can.tsx', can);
|
||||
}
|
||||
|
||||
return (
|
||||
<>
|
||||
{
|
||||
|
|
Reference in a new issue