Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coder/coder
/ closeDialog
Function
closeDialog
site/src/pages/UserSettingsPage/SecretsPage/SecretDialog.tsx:112–116 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
110
});
111
112
const closeDialog = () => {
113
setClearValueRequested(false);
114
form.resetForm();
115
onClose();
116
};
117
118
const request = secret
119
? buildUpdateUserSecretRequest(secret, form.values, {
Callers
1
SecretDialog
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected