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:
Jeet Desai
2024-02-14 03:54:21 +05:30
committed by GitHub
parent 8d06d37f73
commit 47d7e19570
5 changed files with 5 additions and 119 deletions

View File

@ -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)) {