Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 15469 | Rev 15471 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 15469 Rev 15470
Línea 79... Línea 79...
79
					allowAdd={allowAdd}
79
					allowAdd={allowAdd}
80
					allowEdit={allowEdit}
80
					allowEdit={allowEdit}
81
					allowDelete={allowDelete}
81
					allowDelete={allowDelete}
82
				/>
82
				/>
83
			</section>
83
			</section>
84
			<EditModal
-
 
85
				isOpen={showModal}
-
 
86
				title='Industrias'
-
 
87
				closeModal={closeModal}
-
 
88
				isEdit={actionLink !== addUrl}
-
 
89
				url={actionLink}
-
 
90
				currentItem={selectItem}
-
 
91
				action={getData}
-
 
92
			/>
84
 
93
			<DeleteModal
-
 
94
				isOpen={showDeleteModal}
-
 
95
				closeModal={closeDeleteModal}
-
 
96
				url={actionLink}
-
 
97
				onComplete={getData}
-
 
98
			/>
-
 
99
		</>
85
		</>
100
	)
86
	)
101
}
87
}
Línea 102... Línea 88...
102
 
88
 
103
export default IndustriesView
89
export default IndustriesView