mirror of
https://github.com/discourse/discourse-table-builder.git
synced 2026-09-16 23:02:13 -04:00
FEATURE: Use spreadsheet editor for building tables
This commit is contained in:
@@ -35,7 +35,7 @@ export default apiInitializer("0.11.1", (api) => {
|
||||
|
||||
return ajax(`/posts/${this.id}`, { type: "GET" })
|
||||
.then((post) => {
|
||||
showModal("table-editor-modal", {
|
||||
showModal("insert-table-modal", {
|
||||
model: post,
|
||||
}).setProperties({
|
||||
tableHtml: tempTable,
|
||||
|
||||
Reference in New Issue
Block a user