Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Request Changes resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
wojpo committed Oct 9, 2024
1 parent 69a4e0a commit 48b32b7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/pages/panel/select_scene.client.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="w-1/4 p-4">
<div flex flex-col>
<p text-xl>
Enter date
Enter a date
</p>
<div mt-4 flex flex-row gap-4>
<div flex flex-col class="w-1/2">
Expand Down Expand Up @@ -60,7 +60,6 @@
</div>
</div>
<div flex justify-center mt-5>
<!-- todo: get which raport is selected -->
<GenerateRaportDialog v-if="polygons.length !== 0" mb-5 />
</div>

Expand Down Expand Up @@ -153,7 +152,6 @@ async function showPolygon(polygon: Polygon) {
selectedPolygonData.value = polygon;
// todo: swithcc to useApi
const { data } = await useApi("/landsat/mosaic", {
query: {
scene_id: sceneId.toString(),
Expand Down

0 comments on commit 48b32b7

Please sign in to comment.