Skip to content

Commit bc867db

Browse files
committed
fixed building issue
1 parent 132976e commit bc867db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/chain-admin/components/contract/execute/ExecuteTab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { useIsHyperwebChain } from '@/hooks';
22
import { ExecuteJsContract } from './ExecuteJsContract';
33
import { ExecuteWasmContract } from './ExecuteWasmContract';
44

5-
type ExecuteTabProps = {
5+
export type ExecuteTabProps = {
66
show: boolean;
77
addressValue: string;
88
onAddressInput: (input: string) => void;

0 commit comments

Comments
 (0)