Skip to content

Commit

Permalink
(feat) Add disallow decimals validator (#135)
Browse files Browse the repository at this point in the history
* (feat) Add disallow decimals validator

* Restore ESLint ignores

* Remove console.log
  • Loading branch information
denniskigen authored and donaldkibet committed May 15, 2024
1 parent d95c3ff commit 3d52dda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import { WorkspaceLauncherQuestion } from '../question-models';
import { DecimalValidationModel } from '../question-models/decimal-validation.model';
import { DisallowDecimalsValidationModel } from '../question-models/disallow-decimals-validation.model';
import { MachineLearningQuestion } from '../question-models/machine-learning.model';

import { DisallowDecimalsValidationModel } from '../question-models/disallow-decimals-validation.model';
@Injectable()
export class QuestionFactory {
dataSources: any = {};
Expand Down

0 comments on commit 3d52dda

Please sign in to comment.