Fix typo in PluginsPanel.tsx (#3383)

tmp-master
Morgan Patterson 2023-09-25 19:23:53 -07:00 committed by GitHub
parent 46a0d1339e
commit df5e03dd95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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