feat: state description in settings (#275)

* chore: removed minor bugs

* feat: state description in settings

* feat: group by assignee
This commit is contained in:
Aaryan Khandelwal 2023-02-14 14:46:48 +05:30 committed by GitHub
parent 9c8c7f1dda
commit e53ff4c02e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 188 additions and 208 deletions

View file

@ -80,7 +80,7 @@ const StatesSettings: NextPage<UserAuth> = (props) => {
<div className="space-y-8">
<div>
<h3 className="text-3xl font-bold leading-6 text-gray-900">States</h3>
<p className="mt-4 text-sm text-gray-500">Manage the state of this project.</p>
<p className="mt-4 text-sm text-gray-500">Manage the states of this project.</p>
</div>
<div className="flex flex-col justify-between gap-4">
{states && projectDetails ? (