added bin svg for the card
This commit is contained in:
parent
7edba7e25b
commit
e52a9a4fbf
3 changed files with 924 additions and 27 deletions
|
|
@ -66,7 +66,6 @@ export default function ObjectTable(props: Props) {
|
|||
// const heaterAPI = useObjectHeaterAPI();
|
||||
|
||||
const load = useCallback(() => {
|
||||
console.log("Hello!")
|
||||
if (tableLoading) return;
|
||||
/**
|
||||
* switch case to use the correct api to load the object that was selected.
|
||||
|
|
@ -81,7 +80,6 @@ export default function ObjectTable(props: Props) {
|
|||
if (currentType !== pond.ObjectType.OBJECT_TYPE_UNKNOWN) {
|
||||
setTableLoading(true);
|
||||
}
|
||||
console.log("Hello!")
|
||||
switch (currentType) {
|
||||
case pond.ObjectType.OBJECT_TYPE_BIN:
|
||||
binAPI
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue