We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1b0411 commit 1cc4945Copy full SHA for 1cc4945
src/components/app/details/triggerView/BuildImageModal/GitInfoMaterial.tsx
@@ -432,6 +432,7 @@ const GitInfoMaterial = ({
432
]}
433
buttonProps={{
434
dataTestId: selectedMaterial.showAllCommits ? 'show-icon-filter' : 'show-icon-filter-applied',
435
+ disabled: selectedMaterial.isMaterialLoading,
436
ariaLabel: selectedMaterial.showAllCommits ? 'Show excluded commits' : 'Hide excluded commits',
437
icon: (
438
<Icon
0 commit comments