System generated commit, initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
export default {
|
||||
async openEditModal(row, sourceTable) {
|
||||
await storeValue("editContext", {
|
||||
mode: "edit",
|
||||
row,
|
||||
sourceTable
|
||||
}, false);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user