Skip to content

Commit b223e9e

Browse files
committed
revert: mock column name.
1 parent 47d8733 commit b223e9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/routes/(console)/project-[region]-[project]/databases/database-[database]/(suggestions)

src/routes/(console)/project-[region]-[project]/databases/database-[database]/(suggestions)/store.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export const mockSuggestions: { total: number; columns: ColumnInput[] } = {
6868
formatOptions: null
6969
},
7070
{
71-
name: 'productionCompany',
71+
name: 'authorName',
7272
type: 'string',
7373
size: 128,
7474
format: null,

0 commit comments

Comments
 (0)