updated sms package creator, removed result for segments with exeption true, replaced some ui elements
This commit is contained in:
@@ -245,7 +245,7 @@ async function startImport() {
|
||||
|
||||
<!-- Has Header Checkbox -->
|
||||
<div class="flex items-center space-x-2">
|
||||
<Checkbox id="has-header" v-model:checked="form.has_header" />
|
||||
<Checkbox id="has-header" :model-value="form.has_header" />
|
||||
<Label
|
||||
for="has-header"
|
||||
class="cursor-pointer text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70"
|
||||
|
||||
Reference in New Issue
Block a user