Skip to content

Commit

Permalink
minor component fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aswallace committed Dec 6, 2024
1 parent d8b3be5 commit 91b74bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/components/ComboBox/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default function BaseComboBox(props: Props) {
callout: styles.comboBoxCallout,
optionsContainer: styles.optionsContainer,
}}
useComboBoxAsMenuWidth
useComboBoxAsMenuWidth={true}
/>
);
}
2 changes: 1 addition & 1 deletion packages/core/components/Modal/EditMetadata/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default function EditMetadata({ onDismiss }: ModalProps) {
title={
showWarning
? "Warning! Edits in progress."
: `Edit Metadata ${filesSelectedCountString}`
: `Edit metadata ${filesSelectedCountString}`
}
/>
);
Expand Down

0 comments on commit 91b74bd

Please sign in to comment.