Update custom object placeholder (#3876)
* #3874 update custom object placeholder * #3876 removed object-edit folder and file * #3833 update loading image * remove image file
This commit is contained in:
@ -45,7 +45,7 @@ const StyledInputContainer = styled.div`
|
||||
|
||||
export const SettingsObjectFormSection = ({
|
||||
disabled,
|
||||
icon = 'IconPigMoney',
|
||||
icon = 'IconListNumbers',
|
||||
singularName = '',
|
||||
pluralName = '',
|
||||
description = '',
|
||||
@ -69,7 +69,7 @@ export const SettingsObjectFormSection = ({
|
||||
</StyledInputContainer>
|
||||
<TextInput
|
||||
label="Singular"
|
||||
placeholder="Investor"
|
||||
placeholder="Listing"
|
||||
value={singularName}
|
||||
onChange={(value) => {
|
||||
if (!value || validateMetadataLabel(value)) {
|
||||
@ -81,7 +81,7 @@ export const SettingsObjectFormSection = ({
|
||||
/>
|
||||
<TextInput
|
||||
label="Plural"
|
||||
placeholder="Investors"
|
||||
placeholder="Listings"
|
||||
value={pluralName}
|
||||
onChange={(value) => {
|
||||
if (!value || validateMetadataLabel(value)) {
|
||||
|
||||
Reference in New Issue
Block a user