mirror of https://github.com/harness/drone.git
Fix typo in PluginsPanel.tsx (#3383)
parent
46a0d1339e
commit
df5e03dd95
|
@ -472,7 +472,7 @@ export const PluginsPanel = ({ onPluginAddUpdate }: PluginsPanelInterface): JSX.
|
|||
items={[
|
||||
{ label: getString('pluginsPanel.run.always'), value: 'always' },
|
||||
{ label: getString('pluginsPanel.run.never'), value: 'never' },
|
||||
{ label: getString('pluginsPanel.run.ifNotExists'), value: 'f-not-exists' }
|
||||
{ label: getString('pluginsPanel.run.ifNotExists'), value: 'if-not-exists' }
|
||||
]}
|
||||
/>
|
||||
<FormInput.Text
|
||||
|
|
Loading…
Reference in New Issue