Merge branch 'develop' of github.com:makeplane/plane into dev/migration_priority_drafts_relation_props

This commit is contained in:
NarayanBavisetti 2023-09-13 20:16:18 +05:30
commit d47592b38b
3 changed files with 3 additions and 3 deletions

View File

@ -77,7 +77,7 @@ export const AutoArchiveAutomation: React.FC<Props> = ({ projectDetails, handleC
className="flex w-full select-none items-center rounded px-1 py-1.5 text-custom-text-200 hover:bg-custom-background-80"
onClick={() => setmonthModal(true)}
>
Customize Time Range
Customise Time Range
</button>
</>
</CustomSelect>

View File

@ -124,7 +124,7 @@ export const AutoCloseAutomation: React.FC<Props> = ({ projectDetails, handleCha
className="flex w-full select-none items-center rounded px-1 py-1.5 text-custom-text-200 hover:bg-custom-background-80"
onClick={() => setmonthModal(true)}
>
Customize Time Range
Customise Time Range
</button>
</>
</CustomSelect>

View File

@ -104,7 +104,7 @@ export const SelectMonthModal: React.FC<Props> = ({
as="h3"
className="text-lg font-medium leading-6 text-custom-text-100"
>
Customize Time Range
Customise Time Range
</Dialog.Title>
<div className="mt-8 flex items-center gap-2">
<div className="flex w-full flex-col gap-1 justify-center">