Skip to content

Commit 0cf5bbc

Browse files
GUI Library: redundand loadTree requests --fixed
1 parent ced3998 commit 0cf5bbc

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

client/src/components/special/Breadcrumbs.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -271,12 +271,4 @@ export default class Breadcrumbs extends React.Component {
271271
</div>
272272
);
273273
}
274-
275-
componentWillReceiveProps (nextProps) {
276-
if (`${this.props.id}` !== `${nextProps.id}` || this.props.type !== nextProps.type) {
277-
(async () => {
278-
await this.props.pipelinesLibrary.fetch();
279-
})();
280-
}
281-
}
282274
}

0 commit comments

Comments
 (0)