mirror of
https://gitlab.nic.cz/turris/reforis/foris-js.git
synced 2025-06-15 13:36:35 +02:00
Update Snapshots
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
exports[`<Switch/> Render switch 1`] = `
|
||||
<div
|
||||
class="form-check form-switch mb-3 null"
|
||||
class="form-check form-switch mb-3"
|
||||
>
|
||||
<input
|
||||
checked=""
|
||||
@ -29,7 +29,7 @@ exports[`<Switch/> Render switch 1`] = `
|
||||
|
||||
exports[`<Switch/> Render uncheked switch 1`] = `
|
||||
<div
|
||||
class="form-check form-switch mb-3 null"
|
||||
class="form-check form-switch mb-3"
|
||||
>
|
||||
<input
|
||||
class="form-check-input"
|
||||
|
Reference in New Issue
Block a user