RED-10373 - updated details radio option description to can receive number params
This commit is contained in:
parent
ebaf1709b1
commit
99facc0434
@ -19,7 +19,7 @@ export interface DetailsRadioOption<I> {
|
||||
id?: string;
|
||||
label: string;
|
||||
description: string;
|
||||
descriptionParams?: Record<string, string>;
|
||||
descriptionParams?: Record<string, string | number>;
|
||||
icon?: string;
|
||||
value: I;
|
||||
disabled?: boolean;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user