Merge pull request #18912 from silentoplayz/fix-functions-page-delete

fix: update Functions page after deleting a function
This commit is contained in:
Tim Baek 2025-11-04 13:30:23 -05:00 committed by GitHub
commit 939521b75d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -158,6 +158,7 @@
if (res) {
toast.success($i18n.t('Function deleted successfully'));
functions = functions.filter((f) => f.id !== func.id);
_functions.set(await getFunctions(localStorage.token));
models.set(