Skip to content

Commit 2aac3c7

Browse files
committed
Enable multiple ref params for bytes input
1 parent a3ff757 commit 2aac3c7

File tree

1 file changed

+0
-1
lines changed
  • apps/dashboard/src/app/(app)/(dashboard)/contracts/publish/[publish_uri]/contract-publish-form/decoded-bytes-input

1 file changed

+0
-1
lines changed

apps/dashboard/src/app/(app)/(dashboard)/contracts/publish/[publish_uri]/contract-publish-form/decoded-bytes-input/decoded-input-set.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ export const DecodedInputSet: React.FC<DecodedInputSetProps> = ({
7272
<div className="mt-6 flex justify-start">
7373
<Button
7474
className="gap-2"
75-
disabled={param.type === "bytes" && fields.length >= 1}
7675
onClick={() =>
7776
append({
7877
defaultValue: "",

0 commit comments

Comments
 (0)