Skip to content

Commit

Permalink
fix: space deletion env config
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasRichel committed Jan 22, 2025
1 parent 479bef8 commit 2ce342b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
<script setup>
import { provide, ref } from "vue";
import { useToggle } from "../../../../../composables/toggle.js";
import { IS_SPACE_DELETION_ENABLED } from "../../../../../config/spaces.js";
import { useSpaces } from "../../../../../state/spaces.js";
import { useUser } from "../../../../../state/user.js";
// Components
Expand Down

0 comments on commit 2ce342b

Please sign in to comment.