fix: kanban card state name and drop down items text overflow (#2686)

This commit is contained in:
Ramesh Kumar Chandra 2023-11-07 14:31:29 +05:30 committed by GitHub
parent baf17a109b
commit 0afb900678
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View file

@ -32,10 +32,6 @@ export const ProjectLayoutRoot: React.FC = observer(() => {
}
);
console.log("--");
console.log("isLoading -- -->", isLoading);
console.log("--");
const activeLayout = issueFilterStore.userDisplayFilters.layout;
const issueCount = issueStore.getIssuesCount;