[KEYCLOAK-12533] Applications UI has erroneous "Remove Access" button
This commit is contained in:
parent
54b69bd1dc
commit
c0aa0891cd
1 changed files with 49 additions and 47 deletions
|
@ -178,6 +178,7 @@ export class ApplicationsPage extends React.Component<ApplicationsPageProps, App
|
|||
</Grid>
|
||||
<Grid gutter='sm'>
|
||||
<hr />
|
||||
{application.consent &&
|
||||
<GridItem>
|
||||
<React.Fragment>
|
||||
<ContinueCancelModal
|
||||
|
@ -190,6 +191,7 @@ export class ApplicationsPage extends React.Component<ApplicationsPageProps, App
|
|||
/>
|
||||
</React.Fragment>
|
||||
</GridItem>
|
||||
}
|
||||
<GridItem><InfoAltIcon /> {Msg.localize('infoMessage')}</GridItem>
|
||||
</Grid>
|
||||
</DataListContent>
|
||||
|
|
Loading…
Reference in a new issue