mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-09 16:53:36 -05:00
remove search from experiments
This commit is contained in:
parent
db43c02e01
commit
6842bdc4a5
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
export type Experiments = "search";
|
||||
export const AVAILABLE_EXPERIMENTS: Experiments[] = ["search"];
|
||||
export const AVAILABLE_EXPERIMENTS: Experiments[] = [];
|
||||
export const EXPERIMENTS: {
|
||||
[key in Experiments]: { title: string; description: string };
|
||||
} = {
|
||||
|
|
Loading…
Reference in a new issue