ui: fix modal state (#1598)

This commit is contained in:
Lily Delalande
2025-03-10 17:07:14 -07:00
committed by GitHub
parent 6afaa8242b
commit eb5b296fdc
5 changed files with 58 additions and 24 deletions
@@ -72,7 +72,6 @@ export const ConfigProvider: React.FC<ConfigProviderProps> = ({ children }) => {
};
const upsert = async (key: string, value: unknown, isSecret: boolean = false) => {
console.log('trying to upsert', key, value, isSecret);
const query: UpsertConfigQuery = {
key: key,
value: value,