mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 17:35:28 +00:00
remove search from experiments
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
export type Experiments = "search";
|
export type Experiments = "search";
|
||||||
export const AVAILABLE_EXPERIMENTS: Experiments[] = ["search"];
|
export const AVAILABLE_EXPERIMENTS: Experiments[] = [];
|
||||||
export const EXPERIMENTS: {
|
export const EXPERIMENTS: {
|
||||||
[key in Experiments]: { title: string; description: string };
|
[key in Experiments]: { title: string; description: string };
|
||||||
} = {
|
} = {
|
||||||
|
|||||||
Reference in New Issue
Block a user