fix(ui): rm consolelog
This commit is contained in:
parent
e47797ee3e
commit
144f596144
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ function DashboardEditModal(props: Props) {
|
|||
const { show, closeHandler, focusTitle } = props;
|
||||
const { dashboardStore } = useStore();
|
||||
const dashboard = useObserver(() => dashboardStore.dashboardInstance);
|
||||
console.log(props.focusTitle);
|
||||
|
||||
const onSave = () => {
|
||||
dashboardStore.save(dashboard).then(closeHandler);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue