Skip to content

Commit 900f8da

Browse files
fix: types for dashboard (#253)
1 parent 8bc84e5 commit 900f8da

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

packages/invoice-dashboard/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @requestnetwork/invoice-dashboard
22

3+
## 0.11.7
4+
5+
### Patch Changes
6+
7+
- Fix InvoiceDashboardProps types
8+
39
## 0.11.6
410

511
### Patch Changes

packages/invoice-dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@requestnetwork/invoice-dashboard",
3-
"version": "0.11.6",
3+
"version": "0.11.7",
44
"main": "./dist/web-component.umd.cjs",
55
"scripts": {
66
"dev": "vite dev",

packages/invoice-dashboard/src/lib/react/InvoiceDashboard.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ export interface InvoiceDashboardProps {
99
wagmiConfig: WagmiConfig;
1010
requestNetwork: RequestNetwork | null | undefined;
1111
currencies: CurrencyTypes.CurrencyInput[];
12-
isDecryptionEnabled: boolean;
13-
enableDecryption: (option: boolean) => void;
1412
}
1513
/**
1614
* InvoiceDashboard is a React component that integrates with the Request Network to manage and display invoices.

0 commit comments

Comments
 (0)