more ui fix for rebalance, and safegaurd as well.
This commit is contained in:
@@ -17,6 +17,7 @@ export type RebalanceInfo = {
|
||||
export type ManualRebalanceBody = {
|
||||
targets: Array<{ id: string; targetCents: number }>;
|
||||
forceLowerSavings?: boolean;
|
||||
confirmOver80?: boolean;
|
||||
};
|
||||
|
||||
export const rebalanceApi = {
|
||||
|
||||
Reference in New Issue
Block a user