We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17d7509 commit 39cf2caCopy full SHA for 39cf2ca
1 file changed
client/dive-common/apispec.ts
@@ -89,7 +89,7 @@ interface DatasetMetaMutable {
89
confidenceFilters?: Record<string, number>;
90
attributes?: Readonly<Record<string, Attribute>>;
91
}
92
-const DatasetMetaMutableKeys = ['attributes', 'confidenceFilters', 'customTypeStyles'];
+const DatasetMetaMutableKeys = ['attributes', 'confidenceFilters', 'customTypeStyling'];
93
94
interface DatasetMeta extends DatasetMetaMutable {
95
id: Readonly<string>;
0 commit comments