Skip to content

Conversation

@artemmufazalov
Copy link
Member

@artemmufazalov artemmufazalov commented Mar 19, 2024

Closes #761

Screen Shot 2024-03-19 at 16 32 27

@artemmufazalov artemmufazalov marked this pull request as ready for review March 19, 2024 13:54

const fetchData = useCallback(
(isBackground: boolean) => {
(isBackground?: boolean) => {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
(isBackground?: boolean) => {
async (isBackground?: boolean) => {

or return Promise.resolve(undefined);

@artemmufazalov artemmufazalov merged commit 7239727 into main Mar 21, 2024
@artemmufazalov artemmufazalov deleted the pdisk-add-restart branch March 21, 2024 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add restart button to PDisk page

3 participants