Skip to content

Commit

Permalink
Fixed sample.json issue in Bot Powered ACEs for Tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
PaoloPia committed Dec 14, 2023
1 parent acb0969 commit a3ea4b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 108 deletions.

This file was deleted.

6 changes: 3 additions & 3 deletions samples/BotPowered-BasicAce-Tasks/assets/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@
{
"type": "image",
"order": 100,
"url": "https://raw.githubusercontent.com/pnp/sp-dev-fx-aces/main/samples/BotPowered-BasicAce-CollectFeedback/assets/tasks-ace-01.png",
"url": "https://raw.githubusercontent.com/pnp/sp-dev-fx-aces/main/samples/BotPowered-BasicAce-Tasks/assets/tasks-ace-01.png",
"alt": "Preview of the main CardView to show a recap of the active tasks"
},
{
"type": "image",
"order": 200,
"url": "https://raw.githubusercontent.com/pnp/sp-dev-fx-aces/main/samples/BotPowered-BasicAce-CollectFeedback/assets/tasks-ace-02.png",
"url": "https://raw.githubusercontent.com/pnp/sp-dev-fx-aces/main/samples/BotPowered-BasicAce-Tasks/assets/tasks-ace-02.png",
"alt": "Preview of the CardView showing a single task"
},
{
"type": "image",
"order": 300,
"url": "https://raw.githubusercontent.com/pnp/sp-dev-fx-aces/main/samples/BotPowered-BasicAce-CollectFeedback/assets/tasks-ace-03.png",
"url": "https://raw.githubusercontent.com/pnp/sp-dev-fx-aces/main/samples/BotPowered-BasicAce-Tasks/assets/tasks-ace-03.png",
"alt": "Preview of the main QuickView to show a detailed list of tasks"
}

Expand Down

0 comments on commit a3ea4b5

Please sign in to comment.