mirror of
https://github.com/streamwall/streamwall.git
synced 2025-12-06 01:45:37 -05:00
Fix old empty state data
This commit is contained in:
@@ -18,8 +18,9 @@ const viewStateMachine = Machine(
|
||||
empty: {
|
||||
entry: [
|
||||
assign({
|
||||
pos: { url: null },
|
||||
pos: {},
|
||||
info: {},
|
||||
url: null,
|
||||
}),
|
||||
'hideView',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user