fixed the issue of ddm (#2239)

* fixed the issue of ddm

* fixed the ddm issue

* updated test and ploicyvaluebtdefault as true

* fixed test

---------

Co-authored-by: Sakshi Gupta <sakshig@microsoft.com>
This commit is contained in:
sakshigupta12feb
2025-11-03 23:01:31 +05:30
committed by GitHub
parent 27e07bcd01
commit 74cd4b2ff4
3 changed files with 8 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ const emptyDataMaskingPolicy: DataModels.DataMaskingPolicy = {
},
],
excludedPaths: [],
isPolicyEnabled: false,
isPolicyEnabled: true,
};
export class DataMaskingComponent extends React.Component<DataMaskingComponentProps, DataMaskingComponentState> {