mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
feat: arabic localization.
This commit is contained in:
@@ -10,9 +10,10 @@ import ItemForm from 'containers/Items/ItemForm';
|
||||
*/
|
||||
export default function ItemFormPage() {
|
||||
const { id } = useParams();
|
||||
|
||||
const idInteger = parseInt(id, 10);
|
||||
|
||||
return (
|
||||
<ItemFormProvider itemId={id}>
|
||||
<ItemFormProvider itemId={idInteger}>
|
||||
<DashboardCard page>
|
||||
<ItemForm />
|
||||
</DashboardCard>
|
||||
|
||||
@@ -146,8 +146,6 @@ export const ItemsActionsTableCell = (props) => {
|
||||
* Retrieve all items table columns.
|
||||
*/
|
||||
export const useItemsTableColumns = () => {
|
||||
|
||||
|
||||
return React.useMemo(
|
||||
() => [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user