mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	bug fix
This commit is contained in:
		
							parent
							
								
									de2a3037f5
								
							
						
					
					
						commit
						1922c26f11
					
				| @ -1,11 +1,11 @@ | ||||
| import { VFC } from 'react'; | ||||
| import {SyntheticEvent, VFC} from 'react'; | ||||
| import { ActionCell } from '../../../common/Table/cells/ActionCell/ActionCell'; | ||||
| import { Undo } from '@mui/icons-material'; | ||||
| import PermissionIconButton from '../../../common/PermissionIconButton/PermissionIconButton'; | ||||
| import { ADMIN } from '../../../providers/AccessProvider/permissions'; | ||||
| 
 | ||||
| interface IReviveArchivedFeatureCell { | ||||
|     onRevive: (featureName: string) => Promise<void>; | ||||
|     onRevive: (event: SyntheticEvent<Element, Event>) => Promise<void>; | ||||
|     project: string; | ||||
| } | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user