refactor: user routes to comply with OpenAPI spec using flask-restx

This commit is contained in:
Siddhant Rai
2024-09-27 20:08:46 +05:30
parent d6cb66cd2f
commit b084e3074d
5 changed files with 1552 additions and 1060 deletions

View File

@@ -82,12 +82,12 @@ function Dropdown({
}`}
>
{typeof selectedValue === 'string' ? (
<span className="overflow-hidden text-ellipsis dark:text-bright-gray">
<span className="truncate dark:text-bright-gray">
{selectedValue}
</span>
) : (
<span
className={`truncate overflow-hidden dark:text-bright-gray ${
className={`truncate dark:text-bright-gray ${
!selectedValue && 'text-silver dark:text-gray-400'
} ${contentSize}`}
>