File tree Expand file tree Collapse file tree
apps/web/core/store/issue/helpers
packages/propel/src/popover Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1212,7 +1212,7 @@ export abstract class BaseIssuesStore implements IBaseIssuesStore {
12121212 const issueId = issue ?. id ?? issueBeforeUpdate ?. id ;
12131213 if ( ! issueId ) return ;
12141214
1215- // Get display filters to check if 'Show sub Work items' is enabled - Donot add Work item to main list if disabled.
1215+ // Get display filters to check if 'Show sub Work items' is enabled - Do not add Work item to main list if disabled.
12161216 const isShowWorkItemsEnabled = this . issueFilterStore . issueFilters ?. displayFilters ?. sub_issue ?? false ;
12171217
12181218 // get issueUpdates from another method by passing down the three arguments
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import { useArgs } from "storybook/preview-api";
1010import { CloseOutline } from "@makeplane/propel/icons" ;
1111import { Popover } from "./root" ;
1212
13- // cannot use satifies here because base-ui does not have portable types.
13+ // cannot use satisfies here because base-ui does not have portable types.
1414const meta : Meta < typeof Popover > = {
1515 title : "Components/Popover" ,
1616 component : Popover ,
You can’t perform that action at this time.
0 commit comments