We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b9a820 commit 950f0aaCopy full SHA for 950f0aa
src/hooks/useGetEServiceConsumerActions.ts
@@ -54,7 +54,12 @@ function useGetEServiceConsumerActions(
54
})
55
56
.otherwise(() => {
57
- // TODO handle multiple agreements
+ openDialog({
58
+ type: 'selectAgreementConsumer',
59
+ eserviceId: eservice.id,
60
+ agreements: eservice.agreements,
61
+ action: 'inspect',
62
+ })
63
64
}
65
@@ -69,7 +74,12 @@ function useGetEServiceConsumerActions(
69
74
70
75
71
76
72
77
78
79
80
81
+ action: 'edit',
82
73
83
84
85
0 commit comments