Skip to content

Commit 937807d

Browse files
committed
Add note about snapshot updates will not auto reset device
1 parent c8cff45 commit 937807d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

frontend/src/components/dialogs/SnapshotEditDialog.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
</template>
1111
</FormRow>
1212
</form>
13+
<p class="text-gray-600 italic">
14+
<span>
15+
Note: Changes made to a snapshot will not be immediately reflected on devices that are already running this snapshot.
16+
</span>
17+
</p>
1318
</template>
1419
<template #actions>
1520
<ff-button kind="secondary" data-action="dialog-cancel" :disabled="submitted" @click="cancel()">Cancel</ff-button>

0 commit comments

Comments
 (0)