run mission

This commit is contained in:
Eng. Elias
2024-03-01 01:47:04 +04:00
parent 3344c01c7b
commit a1ffe22934
3 changed files with 70 additions and 18 deletions

View File

@@ -73,6 +73,9 @@ const MissionsPage = () => {
onUpdateMission={() => {
refetch();
}}
onRunMission={() => {
refetch();
}}
/>
</div>
</div>