Skip to content

Commit

Permalink
merge: Merge pull request #81 from ArunaStorage/feat/s3client-upload
Browse files Browse the repository at this point in the history
S3 client upload
  • Loading branch information
das-Abroxas authored May 14, 2024
2 parents f10b82e + e7c3858 commit 59f9aea
Show file tree
Hide file tree
Showing 8 changed files with 391 additions and 337 deletions.
2 changes: 1 addition & 1 deletion components/modal/object_display.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const errorMsg = toRef(props, 'errorMsg')
<IconX class="flex-shrink-0 size-4"/>
</button>
</div>
<div v-if="errorMsg" v-html="errorMsg" class="p-4 overflow-y-auto text-red-500"></div>
<div v-if="errorMsg" v-html="errorMsg" class="p-4 overflow-y-auto text-center text-red-500"></div>

<div v-else-if="object" class="p-4 overflow-y-auto">
<div class="border-t border-gray-100">
Expand Down
Loading

0 comments on commit 59f9aea

Please sign in to comment.