Skip to content

Commit

Permalink
Core: decouple Back Button
Browse files Browse the repository at this point in the history
  • Loading branch information
manansharma18 committed Nov 8, 2023
1 parent 39c7287 commit af3a8b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/reference-assets/core/src/assets/action/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface ActionAsset<AnyTextAsset extends Asset = Asset>
/** Force transition to the next view without checking for validation */
skipValidation?: boolean;

/** boolean value to decide for the left anchor sign */
/** string value to decide for the left anchor sign */
role?: string;
};
}
Expand Down

0 comments on commit af3a8b1

Please sign in to comment.