mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
changed preview host id to 1 (#2727)
This commit is contained in:
parent
8dc34be3a3
commit
65f7c8f3a5
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ interface IHostResponse {
|
|||
}
|
||||
|
||||
const baseClass = "welcome-host";
|
||||
const HOST_ID = 8;
|
||||
const HOST_ID = 1;
|
||||
|
||||
const WelcomeHost = (): JSX.Element => {
|
||||
const dispatch = useDispatch();
|
||||
|
|
|
|||
Loading…
Reference in a new issue