Skip to content

Commit 0e8765b

Browse files
authored
fix: allow continue Telegraf config editing to continue on valid default selection (#3168)
1 parent f81d0e5 commit 0e8765b

File tree

1 file changed

+2
-0
lines changed
  • src/writeData/components/PluginAddToExistingConfiguration

1 file changed

+2
-0
lines changed

src/writeData/components/PluginAddToExistingConfiguration/Configure.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ const ConfigureComponent: FC<Props> = props => {
6464

6565
if (!selectedTelegraf) {
6666
setIsValidConfiguration(false)
67+
} else {
68+
setIsValidConfiguration(true)
6769
}
6870

6971
const selectedName = selectedTelegraf

0 commit comments

Comments
 (0)