File tree Expand file tree Collapse file tree
frontend/src/store/modules/product/expert Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ const actions = {
256256 return Promise . resolve ( )
257257 }
258258
259- // todo this need to be removed when we have https://github.com/FlowFuse/flowfuse/issues/6520 part of
259+ // TODO: this need to be removed when we have https://github.com/FlowFuse/flowfuse/issues/6520 part of
260260 // https://github.com/FlowFuse/flowfuse/issues/6519 as it's a hacky workaround to the expert drawer opening up
261261 // before we have a team loaded
262262 const { waitWhile } = useTimerHelper ( )
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ const actions = {
5656 commit ( 'SET_SELECTED_CAPABILITIES' , selectedCapabilities )
5757 } ,
5858 async getCapabilities ( { commit, rootGetters, state } ) {
59- // todo this need to be removed when we have https://github.com/FlowFuse/flowfuse/issues/6520 part of
59+ // TODO: this need to be removed when we have https://github.com/FlowFuse/flowfuse/issues/6520 part of
6060 // https://github.com/FlowFuse/flowfuse/issues/6519 as it's a hacky workaround to the expert drawer opening up
6161 // before we have a team loaded
6262 const { waitWhile } = useTimerHelper ( )
You can’t perform that action at this time.
0 commit comments