Hide multiple selection bar for notification requests when no notificion requests are loaded (#31540)
This commit is contained in:
		
					parent
					
						
							
								61d9704f6d
							
						
					
				
			
			
				commit
				
					
						abe292b0ec
					
				
			
		
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -217,7 +217,9 @@ export const NotificationRequests = ({ multiColumn }) => { | |||
|         multiColumn={multiColumn} | ||||
|         showBackButton | ||||
|         appendContent={ | ||||
|           <SelectRow selectionMode={selectionMode} setSelectionMode={setSelectionMode} selectAllChecked={selectAllChecked} toggleSelectAll={toggleSelectAll} selectedItems={checkedRequestIds} />} | ||||
|           notificationRequests.size > 0 && ( | ||||
|             <SelectRow selectionMode={selectionMode} setSelectionMode={setSelectionMode} selectAllChecked={selectAllChecked} toggleSelectAll={toggleSelectAll} selectedItems={checkedRequestIds} /> | ||||
|           )} | ||||
|       > | ||||
|         <ColumnSettings /> | ||||
|       </ColumnHeader> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue