Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Fixes build failures
Browse files Browse the repository at this point in the history
  • Loading branch information
SM051274 committed Dec 6, 2023
1 parent de93069 commit 24d9fe8
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packages/terra-dialog-modal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

* Changed
* Changed variant of form-select

## 3.96.0 - (November 23, 2023)

* Changed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class DefaultDialogModal extends React.Component {
footer={<ActionFooter start="Footer Goes here" />}
>
<p>{text}</p>
<Select variant="combobox" placeholder="Select a color" className={cx('selection-list')}>
<Select variant="tag" placeholder="Select a color" className={cx('selection-list')}>
<Select.Option value="blue" display="Blue" />
<Select.Option value="green" display="Green" />
<Select.Option value="purple" display="Purple" />
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/terra-table/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

* Changed
* Removed console warning message when no pinned columns exist.
* Resolved linter error `A control must be associated with a text label`.

## 5.2.1 - (December 1, 2023)

Expand Down

0 comments on commit 24d9fe8

Please sign in to comment.