Skip to content

Commit 1e1b998

Browse files
ice201508jiuling
andauthored
fix-hidden-space-personal-variable (#1287)
* Draft MR * fix-hidden-space-personal-variable --------- Co-authored-by: jiuling <[email protected]>
1 parent c89c73c commit 1e1b998

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/components/application_spaces/ApplicationSpaceEnvEditor.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
$t('application_spaces.env.addEnv')
1616
}}
1717
</div>
18-
<div
18+
<!-- <div
1919
class="flex gap-1 btn btn-link-color btn-sm"
2020
@click="openAdd('secret')"
2121
>
2222
<SvgIcon name="space-env-plus" />{{
2323
$t('application_spaces.env.addSecret')
2424
}}
25-
</div>
25+
</div> -->
2626
</div>
2727
</div>
2828

0 commit comments

Comments
 (0)