discourse/app/assets/javascripts/admin
Ted Johansson 829b1bd6fd
FIX: Allow setting blank secret on an existing webhook (#33096)
We had a regression where you can no longer update an existing webhook to have a blank secret field.

The problem is the blank field will return a value of undefined, which is ignored by the store when sending the request to the back-end.

This fixes that by using the nullish coalescing operator to replace undefined with an empty string.
2025-06-11 09:53:12 +08:00
..
addon FIX: Allow setting blank secret on an existing webhook (#33096) 2025-06-11 09:53:12 +08:00
app
.npmrc DEV: Prevent npm usage (#13945) 2021-08-04 22:04:58 +02:00
ember-cli-build.js DEV: Update ember-cli to 4.12.0 (#21074) 2023-04-19 12:58:29 +02:00
index.js DEV: @babel/plugin-proposal-decorators -> decorator-transforms (#27260) 2024-06-10 15:51:48 +01:00
package.json Build(deps): Bump the babel group with 2 updates (#33026) 2025-06-02 16:01:06 +02:00