diff --git a/.gitignore b/.gitignore index b9970b410..fc4e70ea3 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ node_modules/ dist/ lina/ +ui/ npm-debug.log* yarn-debug.log* yarn-error.log* @@ -18,4 +19,4 @@ tests/**/coverage/ .env.development .python-version -helper.json \ No newline at end of file +helper.json diff --git a/src/components/Apps/UserConfirmDialog/index.vue b/src/components/Apps/UserConfirmDialog/index.vue index 6f7c3963c..bbabfb471 100644 --- a/src/components/Apps/UserConfirmDialog/index.vue +++ b/src/components/Apps/UserConfirmDialog/index.vue @@ -119,6 +119,7 @@