Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 9907 Rev 9908
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 },