Skip to content

Commit 4600f32

Browse files
committed
ALDASH-454 Enhance D3 Map tooltip help text
1 parent a5c9fc9 commit 4600f32

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • plugins/wp-react-blocks-plugin/blocks/d3Map/layers

plugins/wp-react-blocks-plugin/blocks/d3Map/layers/Data.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,6 @@ export class DataLayerSetting extends Component {
343343
<TextareaControl
344344
label={__("Tooltip")}
345345
value={tooltip}
346-
help={__("You can use variables {var_name}")}
347346
onChange={(tooltip) => onChangeProperty("tooltip", tooltip)}
348347
rows={10}
349348
/>

0 commit comments

Comments
 (0)