update text
This commit is contained in:
parent
a92ee18c0c
commit
953366d394
@ -59,7 +59,7 @@ const Application = ({ app }: { app: App }) => {
|
|||||||
|
|
||||||
<p><b>Created: </b>{new Date(app.createdTimestamp).toDateString()}</p>
|
<p><b>Created: </b>{new Date(app.createdTimestamp).toDateString()}</p>
|
||||||
<ToggleSwitch value={app.disabled}>
|
<ToggleSwitch value={app.disabled}>
|
||||||
Login Disabled:
|
Disabled:
|
||||||
</ToggleSwitch>
|
</ToggleSwitch>
|
||||||
|
|
||||||
<b>Description</b>
|
<b>Description</b>
|
||||||
|
Loading…
Reference in New Issue
Block a user