Skip to content

Commit

Permalink
Added missing type BucketAttributes properties
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcottner committed Nov 1, 2023
1 parent 7813daa commit ae3def5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/bucket/BucketAttributes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default function BucketAttributes({
capabilities,
updateBucket,
deleteBucket,
}) {
}: Props) {
const {
params: { bid },
} = match;
Expand Down

0 comments on commit ae3def5

Please sign in to comment.