Skip to content

Commit 6fcdf94

Browse files
Hotfix
1 parent 8dbd129 commit 6fcdf94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/modules/documentExecution/dashboard/widget/MapWidget/MapWidgetDataProxy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const formatMapModelForService = (dashboardId: any, dashboardConfig: IDashboardC
5858
for (let i = 0; i < datasetWithColumns.columns.length; i++) {
5959
const column = datasetWithColumns.columns[i]
6060

61-
if (!column.deleted) continue
61+
if (column.deleted) continue
6262

6363
if (column.fieldType === 'MEASURE') {
6464
if (column.type === 'pythonFunction') {

0 commit comments

Comments
 (0)