- merged with develop;

- removed unused variables;
This commit is contained in:
Vitalii Kiiko
2024-11-11 14:33:30 +01:00
parent cff391ae9c
commit fd4764d119
14 changed files with 40 additions and 95 deletions

View File

@@ -4,10 +4,10 @@ import { is, uniq } from 'ramda';
import { Link } from 'react-router-dom';
// store
import { storeSet, storeGet } from '../../../../store';
import { storeGet } from '../../../../store';
// api
import ApplicationService from '../../../../service/application-service';
// components
import { FilterMatchMode, FilterOperator } from 'primereact/api';