|
|
|
@ -2,10 +2,10 @@
|
|
|
|
import { Button } from '$lib/components/ui/button'
|
|
|
|
import { Button } from '$lib/components/ui/button'
|
|
|
|
import { Input } from '$lib/components/ui/input'
|
|
|
|
import { Input } from '$lib/components/ui/input'
|
|
|
|
|
|
|
|
|
|
|
|
let { config } = $props()
|
|
|
|
let { data } = $props()
|
|
|
|
|
|
|
|
|
|
|
|
let stackRate = $state(config?.stackRate || 0)
|
|
|
|
let stackRate = $state(data.config?.stackRate || 0)
|
|
|
|
let threshhold = $state(config?.threshold || 0)
|
|
|
|
let threshhold = $state(data.config?.threshhold || 0)
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="p-4">
|
|
|
|
<div class="p-4">
|
|
|
|
|