Implemented Feature editing UI
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<template name="itemDialog">
|
||||
{{> quickForm collection="Items" id="insertItemForm" type="insert"}}
|
||||
<paper-button affirmative>Cancel</paper-button>
|
||||
<paper-button affirmative>Save Item</paper-button>
|
||||
</template>
|
||||
Reference in New Issue
Block a user