Merge branch 'release/v1.2.0'
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
HOST="rms.witel.ir"
|
||||
NEXT_PUBLIC_VERSION="1.1.7"
|
||||
NEXT_PUBLIC_VERSION="1.2.0"
|
||||
NEXT_PUBLIC_API_URL="https://rms.witel.ir"
|
||||
NEXT_PUBLIC_MAPTILE_ENDPOINT="https://rmsmap.rmto.ir/141map"
|
||||
@@ -8,7 +8,7 @@ const Page = () => {
|
||||
return (
|
||||
<WithPermission permission_name={["show-receipt", "show-receipt-province"]}>
|
||||
<OperatorPage />
|
||||
<ActivityCodeLog activity_code={1122} /> change permission
|
||||
<ActivityCodeLog activity_code={1122} />
|
||||
</WithPermission>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user