Skip to content

Commit faae8f3

Browse files
committed
chore(artifacts): split up components
1 parent 9d19918 commit faae8f3

File tree

4 files changed

+492
-459
lines changed

4 files changed

+492
-459
lines changed

client/src/app/pages/Artifacts/Artifacts.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ interface FormInputs {
2828
}
2929

3030
export const Artifacts = () => {
31-
const [artifactUri, setArtifactUri] = useState<string | null>(null);
31+
const [artifactUri, setArtifactUri] = useState<string | null>();
3232
const labelHelpRef = useRef(null);
3333

3434
const {

0 commit comments

Comments
 (0)