@pronto-tools-and-more/components 12.37.0 → 12.39.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/main.js +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
@@ -267,7 +267,7 @@ var getContentKey = (element) => {
|
|
267
267
|
if (element.dataSource.data === "$context.bookmarks") {
|
268
268
|
return "'context'";
|
269
269
|
}
|
270
|
-
if (element.dataSource.type === "
|
270
|
+
if (element.dataSource.type === "context") {
|
271
271
|
return "'context'";
|
272
272
|
}
|
273
273
|
return "'content'";
|