File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
common/components/BugDetail
pages/Bugs/Content/BugsTable Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -238,9 +238,9 @@ const BugStateDropdown = ({ bug }: { bug: Bug }) => {
238238 content = { t ( '__BUGS_PAGE_BUG_DETAIL_NEED_REVIEW_TOOLTIP' ) }
239239 >
240240 < Select isCompact disabled >
241- < StyledItem >
241+ < SelectedItem >
242242 { t ( '__BUGS_PAGE_BUG_DETAIL_NEED_REVIEW' ) }
243- </ StyledItem >
243+ </ SelectedItem >
244244 </ Select >
245245 </ Tooltip >
246246 ) : (
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import { useTableData } from './hooks/useTableData';
1010const Wrapper = styled . div < {
1111 isFetching ?: boolean ;
1212} > `
13- padding-top: ${ ( p ) => p . theme . space . lg } } ;
13+ padding-top: ${ ( p ) => p . theme . space . lg } ;
1414
1515 ${ ( p ) =>
1616 p . isFetching &&
You can’t perform that action at this time.
0 commit comments