Skip to content

Commit

Permalink
fix(Components/Node): handle 'offline' nodes properly [YTFRONT-3993]
Browse files Browse the repository at this point in the history
additional to eb34e49
  • Loading branch information
ma-efremoff committed Jan 30, 2024
1 parent 4d17099 commit 53c4d16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/ui/src/ui/store/actions/components/node/node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export function loadNodeAttributes(host: string): NodeLoadThunkAction {
attributes: prepareAttributes(Node.ATTRIBUTES),
})
.then((node) => {
if (Date.now() > 10) throw new Error('undexpected error');
dispatch({
type: NODE_LOAD_SUCCESS,
data: {host, node},
Expand Down

0 comments on commit 53c4d16

Please # to comment.