We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e4d4ac commit 515947dCopy full SHA for 515947d
client/src/app/pages/Artifacts/Artifacts.tsx
@@ -28,7 +28,7 @@ interface FormInputs {
28
}
29
30
export const Artifacts = () => {
31
- const [artifactUri, setArtifactUri] = useState<string | null>("docker.io/library/nginx:latest");
+ const [artifactUri, setArtifactUri] = useState<string | null>(null);
32
const labelHelpRef = useRef(null);
33
34
const {
0 commit comments