Skip to content

Commit

Permalink
chore: merge cleanup
Browse files Browse the repository at this point in the history
johannesvedder committed Jul 4, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 39aba90 commit 0e0290b
Showing 3 changed files with 19 additions and 18 deletions.
6 changes: 3 additions & 3 deletions designer_v2/lib/features/design/study_form_providers.dart
Original file line number Diff line number Diff line change
@@ -64,9 +64,9 @@ ConsentItemFormViewModel consentItemFormViewModel(
// - Interventions

@riverpod
InterventionsFormViewModel interventionsFormViewModel(
MP23InterventionsFormViewModel ref,
StudyID studyId,
MP23InterventionsFormViewModel interventionsFormViewModel(
InterventionsFormViewModelRef ref,
StudyID studyId,
) {
return ref
.watch(studyFormViewModelProvider(studyId))
15 changes: 8 additions & 7 deletions designer_v2/lib/features/design/study_form_providers.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions designer_v2/pubspec.lock
Original file line number Diff line number Diff line change
@@ -281,14 +281,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.3.6"
diff_match_patch:
dependency: transitive
description:
name: diff_match_patch
sha256: "2efc9e6e8f449d0abe15be240e2c2a3bcd977c8d126cfd70598aee60af35c0a4"
url: "https://pub.dev"
source: hosted
version: "0.4.1"
data:
dependency: transitive
description:
@@ -297,6 +289,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "0.12.0"
diff_match_patch:
dependency: transitive
description:
name: diff_match_patch
sha256: "2efc9e6e8f449d0abe15be240e2c2a3bcd977c8d126cfd70598aee60af35c0a4"
url: "https://pub.dev"
source: hosted
version: "0.4.1"
dynamic_color:
dependency: "direct main"
description:

0 comments on commit 0e0290b

Please sign in to comment.