Commit 7fe2b703 by Timothy Palpant Committed by GitHub

Variables: Shows hide option labels on Safari (#26883)

parent d4e85e48
...@@ -184,10 +184,10 @@ export class VariableEditorEditorUnConnected extends PureComponent<Props> { ...@@ -184,10 +184,10 @@ export class VariableEditorEditorUnConnected extends PureComponent<Props> {
<option label="" value={VariableHide.dontHide}> <option label="" value={VariableHide.dontHide}>
{''} {''}
</option> </option>
<option label="" value={VariableHide.hideLabel}> <option label="Label" value={VariableHide.hideLabel}>
Label Label
</option> </option>
<option label="" value={VariableHide.hideVariable}> <option label="Variable" value={VariableHide.hideVariable}>
Variable Variable
</option> </option>
</select> </select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment