Fixing UI for 2.1 data changes
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { EngineAction } from '/imports/api/engine/action/EngineActions';
|
||||
|
||||
export async function writeChangedAction(originalAction: EngineAction, action: EngineAction) {
|
||||
console.warn('writeChangedAction not implemented.');
|
||||
}
|
||||
Reference in New Issue
Block a user