Skip to content

Commit

Permalink
Merge branch 'v3' of https://github.com/uzh-bf/klicker-uzh into v3-an…
Browse files Browse the repository at this point in the history
…alytics
  • Loading branch information
rschlaefli committed Nov 12, 2024
2 parents 85ad9df + 9eef146 commit 1f81e8c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ function useOptionsSchemaFreeText() {
.required(t('manage.formErrors.enterSolution'))
.min(1, t('manage.formErrors.enterSolution'))
)
.nullable()
.when('hasSampleSolution', {
is: true,
then: (schema) =>
Expand Down
2 changes: 0 additions & 2 deletions apps/frontend-manage/src/lib/hooks/useSortingAndFiltering.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ const INITIAL_STATE: FilterSortType = {
}

function reducer(state: FilterSortType, action: ReducerAction): FilterSortType {
console.log(state, action)

switch (action.type) {
case QuestionPoolReducerActionType.TAG_CLICK:
// if the changed tag is untagged
Expand Down

0 comments on commit 1f81e8c

Please sign in to comment.