Skip to content

Commit 934ba89

Browse files
committed
fix: update maximum file size limit to 50 MB in ResourceDropzone component
1 parent 0ba76fb commit 934ba89

File tree

1 file changed

+1
-1
lines changed
  • app/[locale]/dashboard/[entityType]/[entitySlug]/dataset/[id]/edit/resources/components

1 file changed

+1
-1
lines changed

app/[locale]/dashboard/[entityType]/[entitySlug]/dataset/[id]/edit/resources/components/ResourceDropzone.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export const ResourceDropzone = ({ reload }: { reload: () => void }) => {
5858
<Button kind="secondary" variant="interactive">
5959
Choose Files to Upload
6060
</Button>
61-
<Text>Maximum File Size Limit : 25 MB</Text>
61+
<Text>Maximum File Size Limit : 50 MB</Text>
6262
<div className="flex flex-wrap flex-row items-center gap-2">
6363
<Text variant="bodyMd" color="subdued">
6464
Supported File Types:

0 commit comments

Comments
 (0)