Remove unnecessary prop
This commit is contained in:
		@@ -10,7 +10,6 @@ import { baseUrl } from '@/globals';
 | 
				
			|||||||
import { ReactComponent as CogIcon } from '@/assets/cogicon.svg';
 | 
					import { ReactComponent as CogIcon } from '@/assets/cogicon.svg';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
type PreviewProps = {
 | 
					type PreviewProps = {
 | 
				
			||||||
	formId: string;
 | 
					 | 
				
			||||||
	embedCode: string;
 | 
						embedCode: string;
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user