updated sms package creator, removed result for segments with exeption true, replaced some ui elements
This commit is contained in:
@@ -1317,7 +1317,8 @@ async function fetchSimulation() {
|
||||
<Checkbox
|
||||
:id="'show-missing-checkbox'"
|
||||
:checked="showMissingEnabled"
|
||||
@update:checked="
|
||||
:model-value="showMissingEnabled"
|
||||
@update:model-value="
|
||||
(val) => {
|
||||
showMissingEnabled = val;
|
||||
saveImportOptions();
|
||||
|
||||
Reference in New Issue
Block a user