mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 14:20:31 +00:00
feat: style bill form.
feat: add row and column of grid components.
This commit is contained in:
@@ -101,7 +101,7 @@ function AccountNameAccessor(row) {
|
||||
|
||||
<If condition={!row.active}>
|
||||
<InactiveSemafro />
|
||||
</If>
|
||||
</If>
|
||||
</>
|
||||
);
|
||||
}
|
||||
@@ -270,7 +270,7 @@ function AccountsDataTable({
|
||||
);
|
||||
|
||||
const selectionColumn = useMemo(
|
||||
() => ({ minWidth: 45, width: 45, maxWidth: 45 }),
|
||||
() => ({ minWidth: 40, width: 40, maxWidth: 40 }),
|
||||
[],
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user