Línea 3... |
Línea 3... |
3 |
import { Card } from 'react-bootstrap'
|
3 |
import { Card } from 'react-bootstrap'
|
4 |
import { LengthFilter, SearchInput, Table, TablePagination } from '../components/TableComponents'
|
4 |
import { LengthFilter, SearchInput, Table, TablePagination } from '../components/TableComponents'
|
5 |
import { useHistory } from 'react-router-dom'
|
5 |
import { useHistory } from 'react-router-dom'
|
6 |
import { addNotification } from '../../../redux/notification/notification.actions'
|
6 |
import { addNotification } from '../../../redux/notification/notification.actions'
|
7 |
import { useDispatch } from 'react-redux'
|
7 |
import { useDispatch } from 'react-redux'
|
- |
|
8 |
import DeleteModal from '../../../shared/DeleteModal'
|
Línea 8... |
Línea 9... |
8 |
|
9 |
|
9 |
const headers = [
|
10 |
const headers = [
|
10 |
{ key: "name", label: "Nombre", isSorteable: true },
|
11 |
{ key: "name", label: "Nombre", isSorteable: true },
|
11 |
{ key: "job_description", label: "Descripción de cargo", isSorteable: true },
|
12 |
{ key: "job_description", label: "Descripción de cargo", isSorteable: true },
|