fix(ui): remove unused _SENTINEL from LLMTab

This commit is contained in:
2026-05-09 23:21:29 -04:00
parent 39eb1ce5db
commit d1478f900c

View File

@@ -26,8 +26,6 @@ const DEFAULTS: LLMPayload = {
api_key_set: false,
};
const _SENTINEL = Symbol();
interface Props {
isAdmin: boolean;
}