Skip to content

Commit

Permalink
Change placeholder text
Browse files Browse the repository at this point in the history
  • Loading branch information
parthy007 committed May 24, 2024
1 parent d967ca2 commit c2989f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ function TableDetailsDropdown({
: targetColumn
}
foreignKeyAccess={true}
topPlaceHolder={!actions && 'Select columns..'}
topPlaceHolder={!actions && 'Select column..'}
showPlaceHolderInForeignKeyDrawer={true}
onChange={(value) => {
if (source) {
Expand Down

0 comments on commit c2989f7

Please sign in to comment.