Fix typo in PluginsPanel.tsx (#3383)

This commit is contained in:
Morgan Patterson 2023-09-25 19:23:53 -07:00 committed by Johannes Batzill
parent ed600cb9e1
commit c7c4166d8c

View File

@ -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