rrebase/knboard

View on GitHub
frontend/src/features/label/LabelDialog.tsx

Summary

Maintainability
A
0 mins
Test Coverage

Function LabelDialog has 75 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

const LabelDialog = () => {
  const theme = useTheme();
  const dispatch = useDispatch();
  const open = useSelector((state: RootState) => state.label.dialogOpen);
  const labels = useSelector(selectAllLabels);
Severity: Major
Found in frontend/src/features/label/LabelDialog.tsx - About 3 hrs to fix

There are no issues that match your filters.

Category
Status