ソースを参照

fix notion page display (#15508)

tags/1.0.1
Jyong 7ヶ月前
コミット
1ffda0dd34
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      api/controllers/console/datasets/data_source.py

+ 1
- 1
api/controllers/console/datasets/data_source.py ファイルの表示

@@ -122,7 +122,7 @@ class DataSourceNotionListApi(Resource):
if dataset.data_source_type != "notion_import":
raise ValueError("Dataset is not notion type.")

documents = session.execute(
documents = session.scalars(
select(Document).filter_by(
dataset_id=dataset_id,
tenant_id=current_user.current_tenant_id,

読み込み中…
キャンセル
保存