mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
fix: intake work item creation refactor
This commit is contained in:
@@ -234,11 +234,11 @@ export const StateDropdown: React.FC<Props> = observer((props) => {
|
||||
filteredOptions.length > 0 ? (
|
||||
filteredOptions.map((option) => (
|
||||
<StateOption
|
||||
{...props}
|
||||
key={option.value}
|
||||
option={option}
|
||||
selectedValue={value}
|
||||
className="flex w-full cursor-pointer select-none items-center justify-between gap-2 truncate rounded px-1 py-1.5"
|
||||
{...props}
|
||||
/>
|
||||
))
|
||||
) : (
|
||||
|
||||
@@ -61,6 +61,7 @@ export const InboxIssueProperties: FC<TInboxIssueProperties> = observer((props)
|
||||
projectId={projectId}
|
||||
buttonVariant="border-with-text"
|
||||
tabIndex={getIndex("state_id")}
|
||||
isForWorkItemCreation={!data?.id}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user