Skip to content

Commit

Permalink
Merged 'develop' into 'develop-G6'.
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 16, 2023
2 parents 65064fc + 6e35a7c commit 7b8d5ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ const link = ref('');
// Function to post the data to the API
const addDocument = async (id) => {
// add verification if all the fields are filled
if (!name.value || !link.value || !base64String) {
if (!name.value || !link.value) {
Swal.fire({
title: 'You have to fill all the fields',
text: 'Please fill all the fields to add a new document',
Expand Down

0 comments on commit 7b8d5ca

Please sign in to comment.