fix: removed temp modal
Some checks failed
CI / build (push) Failing after 10s

This commit is contained in:
Pierre Tellier 2025-02-09 16:11:54 +01:00
parent 83cbeb7a2e
commit 2465545b6b
2 changed files with 1 additions and 2 deletions

View File

@ -19,6 +19,6 @@ jobs:
working-directory: ./front/MyINPulse-front
run: npx prettier src --check
- name: check build
- name: Build frontend
working-directory: ./front/MyINPulse-front
run: npm run build

View File

@ -58,7 +58,6 @@ import TempModal from "@/components/temp-modal.vue";
</tr>
</tbody>
</table>
<temp-modal></temp-modal>
</template>
<style scoped>