src: Remove snapshots fallthrough logic
Snapshotting is available in prod-stable now. We can probably remove the fallthrough logic now.
This commit is contained in:
parent
87d6c57174
commit
34720c799e
6 changed files with 60 additions and 100 deletions
|
|
@ -59,8 +59,6 @@ vi.mock('@unleash/proxy-client-react', () => ({
|
|||
return true;
|
||||
case 'image-builder.firstboot.enabled':
|
||||
return true;
|
||||
case 'image-builder.snapshots.enabled':
|
||||
return true;
|
||||
case 'image-builder.wsl.enabled':
|
||||
return true;
|
||||
case 'image-builder.pkgrecs.enabled':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue