PATH:
home
/
urbaoubp
/
gns.pitgradnja.com
/
wp-content
/
plugins
/
complianz-gdpr
/
settings
/
src
/
Dashboard
/
Tools
import {create} from 'zustand'; import * as cmplz_api from "../../utils/api"; const useTools = create(( set, get ) => ({ getDocuments: async () => { const {documents, processingAgreementOptions, proofOfConsentOptions,dataBreachOptions} = await cmplz_api.doAction('documents_block_data').then( ( response ) => { return response; }); set(state => ({ documents:documents, processingAgreementOptions:processingAgreementOptions, proofOfConsentOptions:proofOfConsentOptions,dataBreachOptions:dataBreachOptions})); }, })); export default useTools;
[-] ToolsFooter.js
[edit]
[-] Tools.js
[edit]
[-] ToolsHeader.js
[edit]
[+]
..
[-] ToolItem.js
[edit]
[-] ToolsData.js
[edit]
[-] Statistics.js
[edit]