PromucFlow_constructor/app/client
Ankita Kinger 39c5863ba8
fix: Updating placeholder of input field on invite modal used on edit & deployed app (#19245)
## Description

> Updating placeholder of input field on invite modal used on edit &
deployed app

Fixes [#19309](https://github.com/appsmithorg/appsmith/issues/19309)

## Type of change

- Updating placeholder


## How Has This Been Tested?
> Works as expected now.

- Manual

## Checklist:
### Dev activity
- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [x] New and existing unit tests pass locally with my changes
- [ ] PR is being merged under a feature flag


### QA activity:
- [ ] Test plan has been approved by relevant developers
- [ ] Test plan has been peer reviewed by QA
- [ ] Cypress test cases have been added and approved by either SDET or
manual QA
- [ ] Organized project review call with relevant stakeholders after
Round 1/2 of QA
- [ ] Added Test Plan Approved label after reveiwing all Cypress test
2023-01-02 17:48:26 +05:30
..
cypress fix: remove incorrect uncaughtPromiseRejection error (#19076) 2023-01-02 13:10:24 +05:30
docker Sandboxed iFrames with srcDoc (#11426) 2022-10-04 15:20:45 +05:30
generators feat: Automatic height updates for widgets based on contents (Auto Height) (#18341) 2022-11-23 15:18:23 +05:30
patches fix: patches blueprint's popover (#12213) 2022-03-31 13:27:06 +05:30
public feat: Import javascript libraries (#17895) 2022-12-21 22:44:47 +05:30
src fix: Updating placeholder of input field on invite modal used on edit & deployed app (#19245) 2023-01-02 17:48:26 +05:30
test chore: update imports for code split (#19085) 2022-12-22 12:04:28 +05:30
typings chore: update dependencies in the client package (#18254) 2022-11-28 16:22:30 +00:00
.babelrc
.dockerignore
.editorconfig
.eslintrc.json feat: upgrade to create react app 5 (#14000) 2022-06-21 19:27:34 +05:30
.flowconfig
.gitignore feat: Support running NGINX for development without Docker (#16667) 2022-09-14 09:58:31 +05:30
.huskyrc
.lintstagedrc feat: upgrade client npm packages. (#14858) 2022-06-30 16:59:09 +05:30
.nvmrc chore: Update node version to 16.15.0 LTS (#14094) 2022-05-26 16:05:02 +05:30
.prettierignore
.prettierrc
.sentryclirc
build.sh ci: Ship source maps + fix perf test failures on EE (#18700) 2022-12-09 18:40:59 +05:30
craco.build.config.js feat: Automatic height updates for widgets based on contents (Auto Height) (#18341) 2022-11-23 15:18:23 +05:30
craco.common.config.js fix: webpack hot reload issue (#15070) 2022-07-07 14:00:57 +05:30
craco.dev.config.js feat: Maintain Focus and Context Phase 1 (#16317) 2022-10-17 20:46:38 +05:30
cypress_fat.json
cypress.env.json feat: [Context Switching] Complex widgets and other Phase 2 items (#17046) 2022-12-08 12:51:58 +05:30
cypress.json Cypress version upgrade for timeout issue resolution (#15917) 2022-08-16 09:31:16 +05:30
Dockerfile feat: Support running NGINX for development without Docker (#16667) 2022-09-14 09:58:31 +05:30
index.tsx
jest.config.js feat: Import javascript libraries (#17895) 2022-12-21 22:44:47 +05:30
netlify.toml chore: update omnibar to work with docusaurus site (#18146) 2022-11-21 08:25:33 +00:00
package.json fix: Updating placeholder of input field on invite modal used on edit & deployed app (#19245) 2023-01-02 17:48:26 +05:30
postcss.config.js feat: upgrade to create react app 5 (#14000) 2022-06-21 19:27:34 +05:30
README.md ci: Modularizing the Github actions workflow for maintainability (#16505) 2022-09-09 01:08:55 +05:30
README.old.md
start-https.sh chore: Support using custom port(s) for listening in the start-https.sh script (#18451) 2022-12-05 13:34:30 +05:30
stats.json
tailwind.config.js feat: upgrade to create react app 5 (#14000) 2022-06-21 19:27:34 +05:30
tsconfig.json feat: Import javascript libraries (#17895) 2022-12-21 22:44:47 +05:30
tsconfig.path.json
vercel.json
yarn.lock fix: Updating placeholder of input field on invite modal used on edit & deployed app (#19245) 2023-01-02 17:48:26 +05:30

Appsmith Client

This project was bootstrapped with Create React App.

For details on setting up your development machine, please refer to the Setup Guide