@mikezimm/fps-library-v2
Version:
Library of reusable typescript/javascript functions, interfaces and constants
14 lines • 910 B
JavaScript
import * as React from 'react';
export const NoCommandsInfo = React.createElement("div", null,
React.createElement("h2", null, "This pane is for optional command buttons"),
React.createElement("p", null, "Currently there are no commands set up but....."),
React.createElement("p", null,
"Command buttons can be created to make simple item changes like:",
React.createElement("ol", null,
React.createElement("li", null, "Set status to Complete"),
React.createElement("li", null, `Put today's date in Completed Date column`),
React.createElement("li", null, `Add current user's name into Completed By column`))),
React.createElement("p", null,
"You can find out more about quick commands here by Editing the web part and pressing the yellow button in the banner ",
`:)`));
//# sourceMappingURL=noCommandsInfo.js.map