Content-Length: 213217 | pFad | https://github.com/sebadob/rauthy/commit/ab775958dec70eee3b2915fe2faa8b4a9816ec2e

D1 Merge pull request #443 from sebadob/ui-fix-attr-undefined-after-set · sebadob/rauthy@ab77595 · GitHub
Skip to content

Commit

Permalink
Merge pull request #443 from sebadob/ui-fix-attr-undefined-after-set
Browse files Browse the repository at this point in the history
UI: set user attr values to empty string instead of undefined after add new
  • Loading branch information
sebadob authored May 22, 2024
2 parents 90b0367 + c0345e0 commit ab77595
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/src/components/admin/userAttr/AttrTileAddNew.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@
let res = await postAttr(formValues);
if (res.ok) {
expandContainer = false;
formValues = {};
let formValues = {
name: '',
desc: '',
};
onSave();
} else {
let body = await res.json();
Expand Down

0 comments on commit ab77595

Please sign in to comment.








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://github.com/sebadob/rauthy/commit/ab775958dec70eee3b2915fe2faa8b4a9816ec2e

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy