We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 837589e commit 85badb9Copy full SHA for 85badb9
ui/src/views/function-lib/index.vue
@@ -328,7 +328,7 @@ function openCreateDialog(data?: any) {
328
title.value = data ? t('views.functionLib.editFunction') : t('views.functionLib.createFunction')
329
if (data) {
330
if (data?.permission_type !== 'PUBLIC' || canEdit(data)) {
331
- functionLibApi.getFunctionLibById(data?.id).then((res) => {
+ functionLibApi.getFunctionLibById(data?.id, changeStateloading).then((res) => {
332
FunctionFormDrawerRef.value.open(res.data)
333
})
334
}
0 commit comments