ui: fix modal state (#1598)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user