Skip to content

Commit

Permalink
remove ->live on toggle field
Browse files Browse the repository at this point in the history
  • Loading branch information
wychoong committed May 24, 2024
1 parent 7b19a0e commit 919575f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/admin/src/Support/FieldTypes/Toggle.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ public static function getFilamentComponent(Attribute $attribute): Component
$attribute->translate('description')
)
->default(false)
->rule('boolean')
->live();
->rule('boolean');
}
}

0 comments on commit 919575f

Please sign in to comment.