- updates;

This commit is contained in:
Vitalii Kiiko
2025-03-03 16:47:50 +01:00
parent 08ad2aff5e
commit 69ca33f232
3 changed files with 60 additions and 14 deletions

View File

@@ -1,8 +1,6 @@
import React, { useState, useEffect } from 'react';
import { __ } from '@wordpress/i18n';
import { is, uniq } from 'ramda';
import copy from 'copy-to-clipboard';
import { Link } from 'react-router-dom';
// store
import { useStore } from '../../../../store';
@@ -24,7 +22,6 @@ import { Button } from 'primereact/button';
import { Calendar } from 'primereact/calendar';
import { Tag } from 'primereact/tag';
import ProperBandoLabel from '../../../../components/ProperBandoLabel';
import translationStrings from '../../../../translationStringsForComponents';
import { confirmPopup, ConfirmPopup } from 'primereact/confirmpopup';
const DocumentsTable = ({ type, reload = 0 }) => {