mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-14 18:38:27 +00:00
DSS-6551 Modifies dropdown cta wording
This commit is contained in:
parent
f5a8b054b2
commit
c441c00dbc
@ -56,7 +56,7 @@ export default Component.extend({
|
|||||||
// Map logicalTypes to options consumable by ui
|
// Map logicalTypes to options consumable by ui
|
||||||
logicalTypes: ['', ...logicalTypes].map(value => ({
|
logicalTypes: ['', ...logicalTypes].map(value => ({
|
||||||
value,
|
value,
|
||||||
label: value ? value.capitalize() : 'Please select'
|
label: value ? value.capitalize() : 'Please Select'
|
||||||
})),
|
})),
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user