Add images for new templates (#1742)
This commit is contained in:
BIN
skyvern-frontend/src/assets/entity-lookup.png
Normal file
BIN
skyvern-frontend/src/assets/entity-lookup.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 29 KiB |
BIN
skyvern-frontend/src/assets/purchasing.png
Normal file
BIN
skyvern-frontend/src/assets/purchasing.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 45 KiB |
@@ -1,8 +1,12 @@
|
||||
import jobApplicationImage from "@/assets/job-application.png";
|
||||
import contactFormsImage from "@/assets/contact-forms.png";
|
||||
import purchasingImage from "@/assets/purchasing.png";
|
||||
import entityLookupImage from "@/assets/entity-lookup.png";
|
||||
|
||||
export const TEMPORARY_TEMPLATE_IMAGES: Record<string, string> = {
|
||||
wpid_353862309074493424: jobApplicationImage,
|
||||
wpid_351487857063054716: jobApplicationImage,
|
||||
wpid_356554024867713766: contactFormsImage,
|
||||
wpid_357290139535158898: purchasingImage,
|
||||
wpid_357290367168425660: entityLookupImage,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user