Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: add refresh chunk count button #2369

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

vid277
Copy link
Contributor

@vid277 vid277 commented Sep 21, 2024

Add refresh chunk count button to dataset start and dataset settings page.
Also fixed the copy dataset id button.

@vid277 vid277 linked an issue Sep 21, 2024 that may be closed by this pull request
throw new Error("Failed to fetch dataset usage");
}

const newData = await response.json();
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
const newData = await response.json();
const newData = await response.json() as {insert correct type from SDK types here}

Lint errors are coming because this type is unkown.

@skeptrunedev
Copy link
Contributor

image

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.

feature: add refresh button to dataset chunk count back
2 participants