From 8e011b65f346386abe26afcce737dd59c5865988 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sun, 14 Mar 2021 12:08:32 +0300 Subject: feat: add Waybills --- src/containers/Service/ServiceContext.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/containers/Service/ServiceContext.tsx') diff --git a/src/containers/Service/ServiceContext.tsx b/src/containers/Service/ServiceContext.tsx index 2602936..8f23d9d 100644 --- a/src/containers/Service/ServiceContext.tsx +++ b/src/containers/Service/ServiceContext.tsx @@ -6,6 +6,7 @@ export interface ServiceParams { nameSingular: string; tableFields: any[]; Form: React.FC; + default: Record; } const ServiceContext = React.createContext({ -- cgit v1.2.3