Skip to content

Commit

Permalink
Merge pull request #88 from poirazis/develop
Browse files Browse the repository at this point in the history
2.0.38-alpha
  • Loading branch information
poirazis authored Oct 13, 2024
2 parents 4df1d21 + b9d9108 commit 5536935
Show file tree
Hide file tree
Showing 3 changed files with 399 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bb-component-SuperTable",
"version": "2.0.37-alpha",
"version": "2.0.38-alpha",
"description": "A Fully Customizable Budibase Table Component",
"author": "Michael Poirazi",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/Component.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script>
import { getContext } from "svelte";
import SuperTable from "../../bb_super_components_shared/src/lib/SuperTable/SuperTable.svelte";
import "../../bb_super_components_shared/src/lib/SuperTable/supertable.css";
import "./supertable.css";
const { styleable, builderStore } = getContext("sdk");
const component = getContext("component");
Expand Down
Loading

0 comments on commit 5536935

Please sign in to comment.