fix: collapse cutting in progress section by default in admin dashboard
This commit is contained in:
parent
15691a97c4
commit
cd84a16549
@ -21,7 +21,7 @@ const props = defineProps<{
|
||||
cuttings: CuttingListItem[];
|
||||
}>();
|
||||
|
||||
const open = ref(true);
|
||||
const open = ref(false);
|
||||
|
||||
const totalInProgress = computed(() => props.cuttings.length);
|
||||
</script>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user