Skip to content

Commit

Permalink
Move validators into core
Browse files Browse the repository at this point in the history
  • Loading branch information
Misra Aditya committed Jan 21, 2024
1 parent 98dbc25 commit 5540050
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { ErrorHandlingService } from '../../core/services/error-handling.service
import { IssueService } from '../../core/services/issue.service';
import { LabelService } from '../../core/services/label.service';
import { SUBMIT_BUTTON_TEXT } from '../../shared/view-issue/view-issue.component';
import { noWhitespace } from '../../validators/noWhitespace.validator';
import { noWhitespace } from '../../core/validators/noWhitespace.validator';

@Component({
selector: 'app-new-issue',
Expand Down

0 comments on commit 5540050

Please sign in to comment.