Skip to content

Commit

Permalink
chore: change to list when uploading #356
Browse files Browse the repository at this point in the history
  • Loading branch information
bsilkyn committed May 15, 2024
1 parent c8b516e commit 47da6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/admin/DockerImagesView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const upload = async (event: FileUploadUploaderEvent): Promise<void> => {
const files: File[] = event.files as File[];
await createDockerImage(addItem.value, files[0]);
addItem.value.name = '';
fileUpload.value = fileUpload.value;
selectedOption.value = selectOptions.value[0];
};
Expand Down

0 comments on commit 47da6ae

Please sign in to comment.