Skip to content

Commit

Permalink
updated main merge
Browse files Browse the repository at this point in the history
  • Loading branch information
melinoix committed Oct 17, 2024
2 parents 7ade744 + 09acb73 commit 0e5ee9f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 27 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@
export let data: PageData;
export let form: ActionData;
import ConfirmModal from '$lib/components/Modals/ConfirmModal.svelte';
import { displayScoreColor } from '$lib/utils/helpers';
import { expandedNodesState } from '$lib/utils/stores';
import { ProgressRadial } from '@skeletonlabs/skeleton';
import List from '$lib/components/List/List.svelte';
breadcrumbObject.set(data.compliance_assessment);
const tree = data.tree;
Expand Down Expand Up @@ -118,12 +124,6 @@
let expandedNodes: TreeViewNode[] = [];
import ConfirmModal from '$lib/components/Modals/ConfirmModal.svelte';
import { displayScoreColor } from '$lib/utils/helpers';
import { expandedNodesState } from '$lib/utils/stores';
import { ProgressRadial } from '@skeletonlabs/skeleton';
import List from '$lib/components/List/List.svelte';
expandedNodes = $expandedNodesState;
$: expandedNodesState.set(expandedNodes);
Expand Down

0 comments on commit 0e5ee9f

Please sign in to comment.