Skip to content

Commit

Permalink
small adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
joao4all committed Jul 29, 2024
1 parent 4f94992 commit ebf9754
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,11 +203,10 @@ public async Task<Result> CreateOrEditFile(bool shouldCreate)
}
else
{
this.logger.LogWarning("File could not be created. {warning}", string.Join(", ", string.Join(", ", result.Reasons.Select(x => x.Message))));
this.logger.LogWarning("File could not be created. {warning}", string.Join(", ", result.Reasons.Select(x => x.Message)));
}

this.IsLoading = false;

return result;
}

Expand Down
6 changes: 3 additions & 3 deletions COMETwebapp/wwwroot/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,6 @@ sub {
border-radius: 10px;
}

.validation-container:not(:has(li)) {
display: none;
}
.validation-container:not(:has(li)) {
display: none;
}

0 comments on commit ebf9754

Please sign in to comment.