Skip to content

Commit

Permalink
wip: redesign tabulator tables list
Browse files Browse the repository at this point in the history
  • Loading branch information
fiskus committed Sep 30, 2024
1 parent 749eeec commit f49474a
Show file tree
Hide file tree
Showing 2 changed files with 722 additions and 330 deletions.
2 changes: 1 addition & 1 deletion catalog/app/containers/Admin/Buckets/Buckets.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1707,7 +1707,7 @@ function EditPage({ back }: EditPageProps) {
try {
const { bucketUpdate: r } = await update({ name: bucket.name, input })
if (r.__typename !== 'BucketUpdateSuccess') {
// TS infered shape but not the actual type
// Generated `InputError` lacks optional properties and not infered correctly
return r as Exclude<
Model.GQLTypes.BucketUpdateResult,
Model.GQLTypes.BucketUpdateSuccess
Expand Down
Loading

0 comments on commit f49474a

Please sign in to comment.