Fix task creation show page (#1775)

- fixed task creation show page
This commit is contained in:
brendanlaschke
2023-09-30 08:32:45 +02:00
committed by GitHub
parent e3485cc609
commit 6871cd0df3

View File

@ -57,7 +57,7 @@ export const ShowPageAddButton = ({
text="Note" text="Note"
/> />
<MenuItem <MenuItem
onClick={() => handleSelect(ActivityType.Note)} onClick={() => handleSelect(ActivityType.Task)}
accent="default" accent="default"
LeftIcon={IconCheckbox} LeftIcon={IconCheckbox}
text="Task" text="Task"