mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
improvement: supress eslint error and improve text
This commit is contained in:
@@ -164,6 +164,7 @@ export const AddMemberModal = ({ popUp, handlePopUpToggle }: Props) => {
|
||||
helperText="You can invite new users to your organzation by typing out their email address"
|
||||
>
|
||||
<CreatableSelect
|
||||
/* eslint-disable-next-line react/no-unstable-nested-components */
|
||||
noOptionsMessage={() => (
|
||||
<>
|
||||
<p>
|
||||
@@ -171,7 +172,9 @@ export const AddMemberModal = ({ popUp, handlePopUpToggle }: Props) => {
|
||||
<p>All organization members are already assigned to this project.</p>
|
||||
)}
|
||||
</p>
|
||||
<p>Add new users to your organization by typing out their email address.</p>
|
||||
<p>
|
||||
Invite new users to your organization by typing out their email address.
|
||||
</p>
|
||||
</>
|
||||
)}
|
||||
onCreateOption={(inputValue) =>
|
||||
|
||||
Reference in New Issue
Block a user