add license_id param.
Этот коммит содержится в:
@@ -228,6 +228,7 @@ export default function SelfHostedExpansionModal() {
|
|||||||
submitProgress,
|
submitProgress,
|
||||||
{
|
{
|
||||||
seats: formState.seats,
|
seats: formState.seats,
|
||||||
|
license_id: license.ID,
|
||||||
},
|
},
|
||||||
));
|
));
|
||||||
|
|
||||||
|
|||||||
@@ -78,4 +78,5 @@ export interface TrueUpReviewStatusReducer extends TrueUpReviewStatus {
|
|||||||
|
|
||||||
export interface SelfHostedExpansionRequest {
|
export interface SelfHostedExpansionRequest {
|
||||||
seats: number;
|
seats: number;
|
||||||
|
license_id: string;
|
||||||
}
|
}
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user