Skip to content

Conversation

@opoliarush
Copy link
Contributor

No description provided.

@opoliarush opoliarush changed the base branch from main to feature/navigation February 16, 2024 16:55
if (!previousScope || previousScope !== config.scope?.span) {
setSelectedAssetTypeId(null);
setSearchInputValue("");
setSelectedFilters({ insights: [], services: [], operations: [] });
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
setSelectedFilters({ insights: [], services: [], operations: [] });

Comment on lines 128 to 134
window.sendMessageToDigma({
action: actions.CHANGE_SCOPE,
payload: {
span: spanCodeObjectId ? { spanCodeObjectId } : null
}
});
};
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
window.sendMessageToDigma({
action: actions.CHANGE_SCOPE,
payload: {
span: spanCodeObjectId ? { spanCodeObjectId } : null
}
});
};
if (spanCodeObjectId) {
window.sendMessageToDigma({
action: actions.CHANGE_SCOPE,
payload: {
span: spanCodeObjectId ? { spanCodeObjectId } : null
}
});
};
}

@kshmidt-digma kshmidt-digma merged commit 614b195 into feature/navigation Feb 16, 2024
@kshmidt-digma kshmidt-digma deleted the bug-fixes branch February 16, 2024 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants