mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
* Don't use hash for agent logs url state * revert core app services change Co-authored-by: Mark Hopkin <mark.hopkin@elastic.co>
This commit is contained in:
parent
c24b8a6bf0
commit
5b6d3c5cac
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ export const AgentLogs: React.FunctionComponent<Pick<AgentLogsProps, 'agent' | '
|
|||
const [isSyncReady, setIsSyncReady] = useState<boolean>(false);
|
||||
|
||||
useEffect(() => {
|
||||
const stateStorage = createKbnUrlStateStorage();
|
||||
const stateStorage = createKbnUrlStateStorage({ useHashQuery: false, useHash: false });
|
||||
const { start, stop } = syncState({
|
||||
storageKey: STATE_STORAGE_KEY,
|
||||
stateContainer: stateContainer as INullableBaseStateContainer<AgentLogsState>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue