Skip to content

Commit 5dddf62

Browse files
Nil20Nil20
andauthored
feat: add icon in custom action (#1174)
Co-authored-by: Nil20 <[email protected]>
1 parent 91a03d9 commit 5dddf62

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@hapi/boom": "^9.1.1",
6464
"@hapi/hapi": "^20.0.1",
6565
"@hapi/inert": "^6.0.3",
66-
"@opencrvs/toolkit": "1.9.0-rc.1346624",
66+
"@opencrvs/toolkit": "1.9.0-rc.dda3c71",
6767
"@types/chalk": "^2.2.0",
6868
"@types/csv2json": "^1.4.0",
6969
"@types/fhir": "^0.0.30",

src/form/v2/birth/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ export const birthEvent = defineConfig({
232232
{
233233
type: ActionType.CUSTOM,
234234
customActionType: 'Approve',
235+
icon: 'Globe',
235236
label: {
236237
defaultMessage: 'Approve',
237238
description:

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -834,10 +834,10 @@
834834
dependencies:
835835
"@octokit/openapi-types" "^18.0.0"
836836

837-
"@opencrvs/[email protected].1346624":
838-
version "1.9.0-rc.1346624"
839-
resolved "https://registry.yarnpkg.com/@opencrvs/toolkit/-/toolkit-1.9.0-rc.1346624.tgz#4a605be5e913452ef7890eb879b1c3c679fac6ea"
840-
integrity sha512-Fl+n1QpySvHS8niZ8cdWzeyIoScPMi+AY/7moTjV08dj3r8OdiMVm7My4+uq4cVSeqRVNnk6jGMfTiFTq16Ihg==
837+
"@opencrvs/[email protected].dda3c71":
838+
version "1.9.0-rc.dda3c71"
839+
resolved "https://registry.yarnpkg.com/@opencrvs/toolkit/-/toolkit-1.9.0-rc.dda3c71.tgz#7c51138e44cf5a69b4a8cc5925277fa34ef430a6"
840+
integrity sha512-gsm+Q0q7ZhKpBcWVDnnSS6LHsWkkH/gsWNlwbub0DxvC8znh/qOYY7bpFPR4377R3KfLYExuwsGadVS2CKPOig==
841841
dependencies:
842842
"@trpc/client" "11.4.3"
843843
"@trpc/server" "11.4.3"

0 commit comments

Comments
 (0)