mirror of
https://github.com/streamwall/streamwall.git
synced 2026-01-26 15:12:47 -05:00
Allow errored views to be reloaded
This commit is contained in:
@@ -164,7 +164,7 @@ function App({ wsEndpoint }) {
|
||||
url={url}
|
||||
onChangeSpace={handleSetView}
|
||||
spaceValue={streamId}
|
||||
isError={state.matches('error')}
|
||||
isError={state.matches('displaying.error')}
|
||||
isDisplaying={state.matches('displaying')}
|
||||
isListening={isListening}
|
||||
onSetListening={handleSetListening}
|
||||
|
||||
Reference in New Issue
Block a user