Can move entries between accounts
This commit is contained in:
@ -23,7 +23,7 @@ export function SelectAccountDialog(p: {
|
||||
onClose: () => void;
|
||||
onSelected: (c: Account) => void;
|
||||
title: string;
|
||||
description: string;
|
||||
description: string | React.ReactElement;
|
||||
confirmButton?: string;
|
||||
excludedAccounts?: Account[];
|
||||
}): React.ReactElement {
|
||||
|
Reference in New Issue
Block a user