Skip to content

Commit

Permalink
consistent use of "tabulator" naming
Browse files Browse the repository at this point in the history
  • Loading branch information
fiskus committed Sep 23, 2024
1 parent 38d01ac commit b7db103
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions catalog/app/containers/Admin/Buckets/Buckets.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import * as validators from 'utils/validators'
import * as yaml from 'utils/yaml'

import * as Form from '../Form'
import LongQueryConfigForm from './LongQueryConfig'
import TabulatorForm from './Tabulator'
import * as OnDirty from './OnDirty'

import ListPage, { ListSkeleton as ListPageSkeleton } from './List'
Expand Down Expand Up @@ -1469,7 +1469,7 @@ function LongQueryConfigCard({
return (
<Card
form={
<LongQueryConfigForm
<TabulatorForm
bucket={bucket}
onClose={() => handleEdit(false)}
tabulatorTables={tabulatorTables}
Expand Down

0 comments on commit b7db103

Please sign in to comment.