Skip to content

Commit

Permalink
no log: minor UI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheus65535 committed Dec 24, 2024
1 parent 334cd1d commit 96618d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/pages/Movies/Details/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ const MovieDetailView: FunctionComponent = () => {
<Toolbox.Button
icon={faSearch}
disabled={!isNumber(movie?.profileId)}
loading={hasTask}
onClick={() => {
if (movie) {
task.create(movie.title, TaskGroup.SearchSubtitle, action, {
Expand Down

0 comments on commit 96618d5

Please sign in to comment.