fix back button
This commit is contained in:
		
							parent
							
								
									49305d507f
								
							
						
					
					
						commit
						8164ba9040
					
				
					 1 changed files with 2 additions and 6 deletions
				
			
		|  | @ -1,5 +1,6 @@ | |||
| import BasicWindow from "../../Components/BasicWindow"; | ||||
| import Button from "../../Components/Button"; | ||||
| import BackButton from "../../Components/BackButton"; | ||||
| 
 | ||||
| function PMProjectMembers(): JSX.Element { | ||||
|   const content = <></>; | ||||
|  | @ -18,12 +19,7 @@ function PMProjectMembers(): JSX.Element { | |||
|           return; | ||||
|         }} | ||||
|       /> | ||||
|       <Button | ||||
|         text="Back" | ||||
|         onClick={(): void => { | ||||
|           return; | ||||
|         }} | ||||
|       /> | ||||
|       <BackButton /> | ||||
|     </> | ||||
|   ); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 pavel Hamawand
						pavel Hamawand