@@ -194,7 +194,7 @@ onMounted(() => {
});
</script>
<style>
-.logs-details .my-editor {
+.logs-details .cm-editor {
max-height: calc(100vh - 12rem);
}
</style>
@@ -49,6 +49,7 @@ export default function (block, data) {
'fileName',
'selector',
'prefixText',
+ 'globalData',
'suffixText',
'extraRowValue',
];