mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 22:30:31 +00:00
fix: disable submit buttons in pereferences pages.
This commit is contained in:
@@ -19,8 +19,6 @@ export function ActionsMenu({
|
||||
row: { original },
|
||||
payload: { onEdit, onDelete, onDuplicate },
|
||||
}) {
|
||||
|
||||
|
||||
return (
|
||||
<Menu>
|
||||
<MenuItem
|
||||
@@ -87,8 +85,6 @@ export function BalanceAccessor({ closing_balance, currency_code }) {
|
||||
* Retrieve the vendors table columns.
|
||||
*/
|
||||
export function useVendorsTableColumns() {
|
||||
|
||||
|
||||
return React.useMemo(
|
||||
() => [
|
||||
{
|
||||
@@ -96,7 +92,7 @@ export function useVendorsTableColumns() {
|
||||
Header: '',
|
||||
accessor: AvatarAccessor,
|
||||
className: 'avatar',
|
||||
width: 50,
|
||||
width: 45,
|
||||
disableResizing: true,
|
||||
disableSortBy: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user