This commit is contained in:
hamid zarghami
2025-11-13 11:21:37 +03:30
parent b84ce0aa4b
commit 596f27f238
+1 -1
View File
@@ -59,7 +59,7 @@ const PlanRemaining: FC = () => {
variant='primary'
label='تمدید پلن'
onClick={() => {
window.open(`${import.meta.env.VITE_CONSOLE_URL}/services/detail/${currentWorkspace?.plan?.service?.slug}?id=${currentWorkspace?.plan?.id}`, '_blank')
window.open(`${import.meta.env.VITE_CONSOLE_URL}/services/detail/${currentWorkspace?.plan?.service?.slug}?id=${currentWorkspace?.id}`, '_blank')
}}
/>
</div>