fix linting

pull/5506/head
aniket-engg 2 months ago committed by Aniket
parent 8145f49147
commit 42ad8fad39
  1. 6
      libs/remix-ui/run-tab/src/lib/components/environment.tsx
  2. 4
      libs/remix-ui/run-tab/src/lib/components/settingsUI.tsx

@ -31,8 +31,8 @@ export function EnvironmentUI(props: EnvironmentProps) {
return (
<div>
<label id="wsName" className="form-check-label" style={{ fontWeight: 'bolder' }}>
<FormattedMessage id="udapp.saveVmStateLabel" />
</label>
<FormattedMessage id="udapp.saveVmStateLabel" />
</label>
<input
type="text"
data-id="modalDialogSaveVmState"
@ -84,7 +84,7 @@ export function EnvironmentUI(props: EnvironmentProps) {
</a>
</CustomTooltip>
{ currentProvider && currentProvider.isVM && isSaveEvmStateChecked && <CustomTooltip placement={'auto-end'} tooltipClasses="text-wrap" tooltipId="saveVMStatetooltip" tooltipText={<FormattedMessage id="udapp.saveVmState" />}>
<i className="udapp_infoDeployAction ml-2 fas fa-save" onClick={saveVmState}></i>
<i className="udapp_infoDeployAction ml-2 fas fa-save" onClick={saveVmState}></i>
</CustomTooltip> }
</label>
<div className="udapp_environment" data-id={`selected-provider-${currentProvider && currentProvider.name}`}>

@ -12,12 +12,12 @@ export function SettingsUI(props: SettingsProps) {
return (
<div className="udapp_settings">
<EnvironmentUI
<EnvironmentUI
runTabPlugin={props.runTabPlugin}
selectedEnv={props.selectExEnv}
providers={props.providers}
setExecutionContext={props.setExecutionContext}
checkSelectionCorrectness={props.EvaluateEnvironmentSelection}
checkSelectionCorrectness={props.EvaluateEnvironmentSelection}
modal={props.modal}
config={props.runTabPlugin.config}
/>

Loading…
Cancel
Save