Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9ef2718fd5 |
@ -25,7 +25,8 @@ import { SelectFieldMany } from "../../components/SelectFieldMany";
|
||||
import { SwitchField } from '../../components/SwitchField'
|
||||
import {RichTextField} from "../../components/RichTextField";
|
||||
|
||||
import { update, fetch } from '../../stores/documents/documentsSlice'
|
||||
import { update, fetch } from '../../stores/documents/documentsSlice';
|
||||
import { create as createApprovalTask, fetch as fetchApprovalTasks } from '../../stores/approval_tasks/approval_tasksSlice';
|
||||
import { useAppDispatch, useAppSelector } from '../../stores/hooks'
|
||||
import { useRouter } from 'next/router'
|
||||
import {saveFile} from "../../helpers/fileSaver";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user