Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LimaGroup
Lima-bpm-web-server
Commits
14c6fc27
Commit
14c6fc27
authored
Sep 13, 2022
by
Stuart Fisher
Browse files
rename lock -> linked for clarity
parent
5b3f1be2
Pipeline
#86553
passed with stages
in 4 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ui/containers/options.js
View file @
14c6fc27
...
...
@@ -144,7 +144,7 @@ class Options extends React.Component {
<
/Form.Group
>
<
Row
className
=
"
ml-auto
"
>
<
Form
.
Check
type
=
"
checkbox
"
onChange
=
{
this
.
props
.
lockToggle
}
checked
=
{
this
.
props
.
lockExposureBool
===
true
}
label
=
"
L
ock
"
id
=
"
lock-check
"
/>
<
Form
.
Check
type
=
"
checkbox
"
onChange
=
{
this
.
props
.
lockToggle
}
checked
=
{
this
.
props
.
lockExposureBool
===
true
}
label
=
"
L
inked
"
id
=
"
lock-check
"
/>
<
/Row
>
<
Form
.
Group
as
=
{
Row
}
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment