mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 02:33:01 +00:00
cleaner create issue button
This commit is contained in:
@@ -206,7 +206,15 @@ export default function App() {
|
||||
/>
|
||||
|
||||
{selectedOrganisationId && <ProjectSelect showLabel />}
|
||||
{selectedOrganisationId && selectedProjectId && <IssueModal />}
|
||||
{selectedOrganisationId && selectedProjectId && (
|
||||
<IssueModal
|
||||
trigger={
|
||||
<IconButton variant={"outline"} className="w-9 h-9" title="Create Issue">
|
||||
<Icon icon="plus" />
|
||||
</IconButton>
|
||||
}
|
||||
/>
|
||||
)}
|
||||
</div>
|
||||
<div className={`flex gap-${BREATHING_ROOM} items-center`}>
|
||||
<ThemeToggle />
|
||||
|
||||
Reference in New Issue
Block a user