Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 11467 Rev 11470
Línea 16... Línea 16...
16
	{ key: 'cost', label: 'Costo', isSorteable: true },
16
	{ key: 'cost', label: 'Costo', isSorteable: true },
17
	{ key: 'status', label: 'Estatus', isSorteable: true },
17
	{ key: 'status', label: 'Estatus', isSorteable: true },
18
	{ key: 'actions', label: 'Acciones', isSorteable: false }
18
	{ key: 'actions', label: 'Acciones', isSorteable: false }
19
]
19
]
Línea 20... Línea 20...
20
 
20
 
Línea -... Línea 21...
-
 
21
const TableView = (props) => {
-
 
22
 
21
const TableView = ({ add_link, table_link, permisions }) => {
23
	console.log(props)
22
 
24
	const { add_link, table_link, permisions } = props
23
	const dispatch = useDispatch()
25
	const dispatch = useDispatch()
24
	const [modalToShow, setModalToShow] = useState('')
26
	const [modalToShow, setModalToShow] = useState('')
25
	const [actionLink, setActionLink] = useState(add_link)
27
	const [actionLink, setActionLink] = useState(add_link)