fix(ui): remove unused _SENTINEL from LLMTab
This commit is contained in:
@@ -26,8 +26,6 @@ const DEFAULTS: LLMPayload = {
|
|||||||
api_key_set: false,
|
api_key_set: false,
|
||||||
};
|
};
|
||||||
|
|
||||||
const _SENTINEL = Symbol();
|
|
||||||
|
|
||||||
interface Props {
|
interface Props {
|
||||||
isAdmin: boolean;
|
isAdmin: boolean;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user