fixing duplicate provider removal / ugrade dependencies

This commit is contained in:
weakmap@gmail.com
2025-07-19 20:10:19 +02:00
parent c2680fe49f
commit 395199a4a2
6 changed files with 439 additions and 341 deletions

View File

@@ -4,6 +4,7 @@ import Logo from '../logo/Logo.jsx';
import {xhrPost} from '../../services/xhr.js';
import './TrackingModal.less';
import inDevelopment from '../../services/developmentMode.js';
const saveResponse = async (analyticsEnabled) => {
await xhrPost('/api/admin/generalSettings', {
@@ -12,6 +13,10 @@ const saveResponse = async (analyticsEnabled) => {
};
export default function TrackingModal() {
if(inDevelopment()){
console.log("FFFUUUCCCKKK")
return null;
}
return <Modal
visible={true}