mirror of
https://github.com/discourse/discourse-table-builder.git
synced 2026-09-18 15:51:36 -04:00
FEATURE: Use spreadsheet editor for building tables
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import Controller from "@ember/controller";
|
||||
import { action } from "@ember/object";
|
||||
|
||||
export default class extends Controller {
|
||||
@action
|
||||
closeEditModal() {
|
||||
this.send("closeModal");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user