[WEB-999] chore: inbox issue bug fixes and improvement (#4188)

* chore: duplicate inbox issue header improvement

* chore: snooze inbox issue header action improvement

* fix: project inbox exception error

* chore: inbox issue modal improvement

* chore: code refactor

* chore: Updated the inbox issue mutation

---------

Co-authored-by: guru_sainath <gurusainath007@gmail.com>
This commit is contained in:
Anmol Singh Bhatia 2024-04-15 19:45:47 +05:30 committed by GitHub
parent 8454e4f1e0
commit 7a4ee509da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 34 additions and 32 deletions

View file

@ -21,6 +21,8 @@ export const InboxIssueTitle: FC<TInboxIssueTitle> = observer((props) => {
onChange={(e) => handleData("name", e.target.value)}
placeholder="Title"
className="w-full resize-none text-xl"
maxLength={255}
required
/>
</div>
);