Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
scratch-www
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
scratch-www
Commits
0d670b10
Commit
0d670b10
authored
Aug 30, 2021
by
Eric Rosenbaum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix load more buttons
parent
5356f05d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/views/studio/modals/transfer-host-selection.jsx
src/views/studio/modals/transfer-host-selection.jsx
+1
-1
src/views/studio/studio-managers.jsx
src/views/studio/studio-managers.jsx
+2
-2
No files found.
src/views/studio/modals/transfer-host-selection.jsx
View file @
0d670b10
...
...
@@ -56,7 +56,7 @@ const TransferHostSelection = ({
className=
{
classNames
(
'
button
'
,
{
'
mod-mutating
'
:
loading
})
}
onClick=
{
onLoadMore
}
onClick=
{
()
=>
onLoadMore
()
}
// eslint-disable-line react/jsx-no-bind
>
<
FormattedMessage
id=
"general.loadMore"
/>
</
button
>
...
...
src/views/studio/studio-managers.jsx
View file @
0d670b10
...
...
@@ -88,7 +88,7 @@ const StudioManagers = ({
<
h3
><
FormattedMessage
id=
"studio.sectionLoadError.managersHeadline"
/></
h3
>
<
button
className=
"button"
onClick=
{
onLoadMore
}
onClick=
{
()
=>
onLoadMore
()
}
// eslint-disable-line react/jsx-no-bind
>
<
FormattedMessage
id=
"studio.sectionLoadError.tryAgain"
/>
</
button
>
...
...
@@ -108,7 +108,7 @@ const StudioManagers = ({
className=
{
classNames
(
'
button
'
,
{
'
mod-mutating
'
:
loading
})
}
onClick=
{
onLoadMore
}
onClick=
{
()
=>
onLoadMore
()
}
// eslint-disable-line react/jsx-no-bind
>
<
FormattedMessage
id=
"general.loadMore"
/>
</
button
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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