mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
fix(webapp): transaction number duplicated variable name
This commit is contained in:
@@ -22,7 +22,7 @@ function MoneyInDialogProvider({
|
||||
dialogName,
|
||||
...props
|
||||
}) {
|
||||
// Holds the selected account id.
|
||||
// Holds the selected account id of the dialog.
|
||||
const [accountId, setAccountId] = useState<number | null>(defaultAccountId);
|
||||
|
||||
// Detarmines whether the feature is enabled.
|
||||
|
||||
Reference in New Issue
Block a user