mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 21:25:42 +00:00 
			
		
		
		
	make optional
This commit is contained in:
		| @@ -42,7 +42,7 @@ export default function PricingPanel({ | ||||
|   label: string; | ||||
|   title: string; | ||||
|   visible: boolean; | ||||
|   disabled: boolean | undefined; | ||||
|   disabled?: boolean | undefined; | ||||
| }): ReactNode { | ||||
|   const is_disabled = disabled === undefined ? false : disabled; | ||||
|   return ( | ||||
|   | ||||
		Reference in New Issue
	
	Block a user