added active chart select

This commit is contained in:
Nalvazhuthi
2025-04-02 12:29:07 +05:30
10 changed files with 700 additions and 435 deletions

View File

@@ -6,9 +6,9 @@ export const addingFloatingWidgets = async (
organization: string,
widget: {}
) => {
console.log('organization: ', organization);
console.log('widget: ', widget);
console.log('zoneId: ', zoneId);
try {
const response = await fetch(
`${url_Backend_dwinzo}/api/v2/floatwidget/save`,