Skip to content

Commit

Permalink
fix: list existing secret in build time secret modal
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoPedroPP committed Jan 6, 2025
1 parent f73cf3a commit 9d4dfa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Secrets/SecretModalLauncher.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ModalVariant } from '@patternfly/react-core';
import { SecretFormValues } from '../../types';
import { SecretFormValues, ExistingSecret } from '../../types';
import { createRawModalLauncher } from '../modal/createModalLauncher';
import SecretForm from './SecretModal';

Expand Down

0 comments on commit 9d4dfa4

Please sign in to comment.