Skip to content

Commit

Permalink
Update tag to be div (#1589)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppetkow committed Apr 25, 2024
1 parent fe6c98d commit a571617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/showTransformModal.js
Expand Up @@ -35,7 +35,7 @@ export function showTransformModal (
) {
const value = json

const content = '<label class="pico-modal-contents">' +
const content = '<div class="pico-modal-contents">' +
'<div class="pico-modal-header">' + translate('transform') + '</div>' +
'<p>' + queryDescription + '</p>' +
'<div class="jsoneditor-jmespath-label">' + translate('transformWizardLabel') + ' </div>' +
Expand Down

0 comments on commit a571617

Please sign in to comment.